<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-7983530228595548583</atom:id><lastBuildDate>Wed, 06 Nov 2024 03:09:38 +0000</lastBuildDate><category>Oracle Apps</category><category>R12</category><category>Oracle Apps Queries</category><category>Oracle</category><category>Interview Skill</category><category>WebADI</category><category>Oracle BI/XML Publisher Template</category><category>Oracle Report Builder</category><category>Exam Results</category><category>HTML</category><category>Host</category><category>How professional you are?</category><category>Oracle Form Builder</category><category>Toad</category><title>Query and Solution</title><description>Get the right solution of your query.</description><link>http://querysolution.blogspot.com/</link><managingEditor>noreply@blogger.com (Umang Saini)</managingEditor><generator>Blogger</generator><openSearch:totalResults>21</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-5632292983692706503</guid><pubDate>Wed, 03 Jul 2019 07:13:00 +0000</pubDate><atom:updated>2019-07-03T12:43:09.245+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Oracle</category><category domain="http://www.blogger.com/atom/ns#">Oracle Apps</category><category domain="http://www.blogger.com/atom/ns#">Oracle Apps Queries</category><category domain="http://www.blogger.com/atom/ns#">R12</category><title>Interface Programs in Oracle Apps</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
Interface/Conversion examples and details:&lt;br /&gt;
&lt;br /&gt;
The below list of interfaces/conversions are covered in this section. Details like pre-requisites required, interface tables, interface program, base tables, validations that need to be performed after inserting the details into the interface tables and required columns that need to be populated in the interface table are discussed for each interface.&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Order Import Interface (Sales Order Conversion)&lt;/li&gt;
&lt;li&gt;Customer conversion&lt;/li&gt;
&lt;li&gt;Item import (Item conversion)&lt;/li&gt;
&lt;li&gt;Inventory On-hand quantity Interface&lt;/li&gt;
&lt;li&gt;Customer conversion&lt;/li&gt;
&lt;li&gt;Auto Invoice Interface&lt;/li&gt;
&lt;li&gt;AR Receipts&lt;/li&gt;
&lt;li&gt;Lockbox Interface&lt;/li&gt;
&lt;li&gt;AP Invoices&lt;/li&gt;
&lt;li&gt;Vendor&lt;/li&gt;
&lt;li&gt;Purchase Orders&lt;/li&gt;
&lt;li&gt;Requisition&lt;/li&gt;
&lt;li&gt;Receiving&lt;/li&gt;
&lt;li&gt;Journal import&lt;/li&gt;
&lt;li&gt;Budget import&lt;/li&gt;
&lt;li&gt;Daily Conversion Rates&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div&gt;
Order Import Interface (Sales Order Conversion)&lt;/div&gt;
Order Import enables you to import Sales Orders into Oracle Applications instead of manually entering them.&lt;br /&gt;
Pre-requisites:&lt;br /&gt;
Order Type&lt;br /&gt;
Line Type&lt;br /&gt;
Items&lt;br /&gt;
Customers&lt;br /&gt;
Ship Method/ Freight Carrier&lt;br /&gt;
Sales Person&lt;br /&gt;
Sales Territories&lt;br /&gt;
Customer Order Holds&lt;br /&gt;
Sub Inventory/ Locations&lt;br /&gt;
On hand Quantity&lt;br /&gt;
&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
Interface tables:&lt;br /&gt;
OE_HEADERS_IFACE_ALL&lt;br /&gt;
OE_LINES_IFACE_ALL&lt;br /&gt;
OE_ACTIONS_IFACE_ALL&lt;br /&gt;
OE_ORDER_CUST_IFACE_ALL&lt;br /&gt;
OE_PRICE_ADJS_IFACE_ALL&lt;br /&gt;
OE_PRICE_ATTS_IFACE_ALL&lt;br /&gt;
&lt;br /&gt;
Base tables:&lt;br /&gt;
OE_ORDER_HEADERS_ALL&lt;br /&gt;
OE_ORDER_LINES_ALL&lt;br /&gt;
Pricing tables:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;QP_PRICING_ATTRIBUTES&lt;br /&gt;
&lt;br /&gt;
Concurrent Program:&lt;br /&gt;
Order Import&lt;br /&gt;
Validations:&lt;br /&gt;
Check for sold_to_org_id. If does not exist, create new customer by calling create_new_cust_info API.&lt;br /&gt;
Check for sales_rep_id. Should exist for a booked order.&lt;br /&gt;
Ordered_date should exist (header level)&lt;br /&gt;
Delivery_lead_time should exist (line level)&lt;br /&gt;
Earliest_acceptable_date should exist.&lt;br /&gt;
Freight_terms should exist&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
During import of orders, shipping tables are not populated.&lt;br /&gt;
If importing customers together with the order, OE_ORDER_CUST_IFACE_ALL has to be populated and the base tables are HZ_PARTIES, HZ_LOCATIONS.&lt;br /&gt;
Orders can be categorized based on their status:&lt;br /&gt;
1. Entered orders&lt;br /&gt;
2. Booked orders&lt;br /&gt;
3. Closed orders&lt;br /&gt;
Order Import API OE_ORDER_PUB.GET_ORDER and PROCESS_ORDER can also be used to import orders.&lt;br /&gt;
&lt;br /&gt;
Some important columns that need to populated in the interface tables:&lt;br /&gt;
OE_HEADERS_IFACE_ALL:&lt;br /&gt;
ORIG_SYS_DOCUMENT_REF&lt;br /&gt;
ORDER_SOURCE&lt;br /&gt;
CONVERSION_RATE&lt;br /&gt;
ORG_ID&lt;br /&gt;
ORDER_TYPE_ID&lt;br /&gt;
PRICE_LIST&lt;br /&gt;
SOLD_FROM_ORG_ID&lt;br /&gt;
SOLD_TO_ORG_ID&lt;br /&gt;
SHIP_TO_ORG_ID&lt;br /&gt;
SHIP_FROM_ORG_ID&lt;br /&gt;
CUSTOMER_NAME&lt;br /&gt;
INVOICE_TO_ORG_ID&lt;br /&gt;
OPERATION_CODE&lt;br /&gt;
&lt;br /&gt;
OE_LINES_IFACE_ALL&lt;br /&gt;
ORDER_SOURCE_ID&lt;br /&gt;
ORIG_SYS_DOCUMENT_REF&lt;br /&gt;
ORIG_SYS_LINE_REF&lt;br /&gt;
ORIG_SYS_SHIPMENT_REF&lt;br /&gt;
INVENTORY_ITEM_ID&lt;br /&gt;
LINK_TO_LINE_REF&lt;br /&gt;
REQUEST_DATE&lt;br /&gt;
DELIVERY_LEAD_TIME&lt;br /&gt;
DELIVERY_ID&lt;br /&gt;
ORDERED_QUANTITY&lt;br /&gt;
ORDER_QUANTITY_UOM&lt;br /&gt;
SHIPPING_QUANTITY&lt;br /&gt;
PRICING_QUANTITY&lt;br /&gt;
PRICING_QUANTITY_UOM&lt;br /&gt;
SOLD_FROM_ORG_ID&lt;br /&gt;
SOLD_TO_ORG_ID&lt;br /&gt;
INVOICE_TO_ ORG_ID&lt;br /&gt;
SHIP_TO_ORG_ID&lt;br /&gt;
PRICE_LIST_ID&lt;br /&gt;
PAYMENT_TERM_ID&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div&gt;
&lt;h1&gt;
Item import (Item conversion)&lt;/h1&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
The Item Interface lets you import items into Oracle Inventory.&lt;br /&gt;
Pre-requisites:&lt;br /&gt;
Creating an Organization&lt;br /&gt;
Code Combinations&lt;br /&gt;
Templates&lt;br /&gt;
Defining Item Status Codes&lt;br /&gt;
Defining Item Types&lt;br /&gt;
&lt;br /&gt;
Interface tables:&lt;br /&gt;
MTL_SYSTEM_ITEMS_INTERFACE&lt;br /&gt;
MTL_ITEM_REVISIONS_INTERFACE (If importing revisions)&lt;br /&gt;
MTL_ITEM_CATEGORIES_INTERFACE (If importing categories)&lt;br /&gt;
MTL_INTERFACE_ERRORS (View errors after import)&lt;br /&gt;
&lt;br /&gt;
Concurrent Program:&lt;br /&gt;
Item import&lt;br /&gt;
In the item import parameters form, for the parameter ‘set process id’, specify&lt;br /&gt;
the ‘set process id’ value given in the mtl_item_categories_interface table. The&lt;br /&gt;
parameter ‘Create or Update’ can have any value. Through the import process, we&lt;br /&gt;
can only create item category assignment(s). Updating or Deletion of item category assignment is not supported.&lt;br /&gt;
&lt;br /&gt;
Base tables:&lt;br /&gt;
MTL_SYSTEM_ITEMS_B&lt;br /&gt;
MTL_ITEM_REVISIONS_B&lt;br /&gt;
MTL_CATEGORIES_B&lt;br /&gt;
MTL_CATEGORY_SETS_B&lt;br /&gt;
MTL_ITEM_STATUS&lt;br /&gt;
MTL_ITEM_TEMPLATES&lt;br /&gt;
&lt;br /&gt;
Validations:&lt;br /&gt;
Check for valid item type.&lt;br /&gt;
Check for valid part_id/segment of the source table.&lt;br /&gt;
Validate part_id/segment1 for master org.&lt;br /&gt;
Validate and translate template id of the source table.&lt;br /&gt;
Check for valid template id. (Attributes are already set for items, default attributes for&lt;br /&gt;
that template, i.e., purchasable, stockable, etc)&lt;br /&gt;
Check for valid item status.&lt;br /&gt;
Validate primary uom of the source table.&lt;br /&gt;
Validate attribute values.&lt;br /&gt;
Validate other UOMs of the source table.&lt;br /&gt;
Check for unique item type. Discard the item, if part has non-unique item type.&lt;br /&gt;
Check for description, inv_um uniqueness&lt;br /&gt;
Validate organization id.&lt;br /&gt;
Load master records and category records only if all validations are passed.&lt;br /&gt;
Load child record if no error found.&lt;br /&gt;
&lt;br /&gt;
Some important columns that need to populated in the interface tables:&lt;br /&gt;
MTL_SYSTEM_ITEMS_INTERFACE:&lt;br /&gt;
PROCESS_FLAG = 1 (1= Pending, 2= Assign Complete,&lt;br /&gt;
3= Assign/Validation Failed, 4= Validation succeeded; Import failed, 5 = Import in Process,&lt;br /&gt;
7 = Import succeeded)&lt;br /&gt;
TRANSACTION_TYPE = ‘CREATE’, ‘UPDATE’&lt;br /&gt;
SET_PROCESS_ID = 1&lt;br /&gt;
ORGANIZATION_ID&lt;br /&gt;
DESCRIPTION&lt;br /&gt;
ITEM_NUMBER and/or SEGMENT (n)&lt;br /&gt;
MATERIAL_COST&lt;br /&gt;
REVISION&lt;br /&gt;
TEMPLATE_ID&lt;br /&gt;
SUMMARY_FLAG&lt;br /&gt;
ENABLED_FLAG&lt;br /&gt;
PURCHASING_ITEM_FLAG&lt;br /&gt;
SALES_ACCOUNT (defaulted from&lt;br /&gt;
MTL_PARAMETERS.SALES_ACCOUNT)&lt;br /&gt;
COST_OF_SALES_ACCOUNT (defaulted from MTL_PARAMETERS.&lt;br /&gt;
COST_OF_SALES_ACCOUNT)&lt;br /&gt;
&lt;br /&gt;
MTL_ITEM_CATEGORIES_INTERFACE:&lt;br /&gt;
&lt;br /&gt;
INVENTORY_ITEM_ID or ITEM_NUMBER.&lt;br /&gt;
ORGANIZATION_ID or ORGANIZATION_CODE or both.&lt;br /&gt;
TRANSACTION_TYPE = ‘CREATE’ (‘UPDATE’ or ‘DELETE’ is not&lt;br /&gt;
possible through Item Import).&lt;br /&gt;
CATEGORY_SET_ID or CATEGORY_SET_NAME or both.&lt;br /&gt;
CATEGORY_ID or CATEGORY_NAME or both.&lt;br /&gt;
PROCESS_FLAG = 1&lt;br /&gt;
SET_PROCESS_ID (The item and category interface records should have the&lt;br /&gt;
same set_process_id, if you are importing item and category assignment together)&lt;br /&gt;
&lt;br /&gt;
MTL_ITEM_REVISIONS_INTERFACE:&lt;br /&gt;
INVENTORY_ITEM_ID or ITEM_NUMBER (Must match the item_number in mtl_system_items_interface table)&lt;br /&gt;
ORGANIZATION_ID or ORGANIZATION_CODE or both&lt;br /&gt;
REVISION&lt;br /&gt;
CHANGE_NOTICE&lt;br /&gt;
ECN_INITIATION_DATE&lt;br /&gt;
IMPLEMENTATION_DATE&lt;br /&gt;
IMPLEMENTED_SERIAL_NUMBER&lt;br /&gt;
EFFECTIVITY_DATE&lt;br /&gt;
ATTRIBUTE_CATEGORY&lt;br /&gt;
ATTRIBUTEn&lt;br /&gt;
REVISED_ITEM_SEQUENCE_ID&lt;br /&gt;
DESCRIPTION&lt;br /&gt;
PROCESS_FLAG = 1&lt;br /&gt;
TRANSACTION_TYPE = ‘CREATE’&lt;br /&gt;
SET_PROCESS_ID = 1&lt;br /&gt;
Each row in the mtl_item_revisions_interface table must have the REVISION&lt;br /&gt;
and EFFECTIVITY_DATE in alphabetical (ASCII sort) and chronological&lt;br /&gt;
order.&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div&gt;
&lt;h1&gt;
Inventory On-hand quantity Interface&lt;/h1&gt;
&lt;/div&gt;
This interface lets you import the on hand inventory into Oracle.&lt;/li&gt;
&lt;/ul&gt;
Interface tables:&lt;br /&gt;
MTL_TRANSACTIONS_INTERFACE&lt;br /&gt;
MTL_MTL_TRANSACTION_LOTS_INTERFACE (If the item is Lot controlled)&lt;br /&gt;
MTL_SERIAL_NUMBERS_INTERFACE (If the item is Serial controlled)&lt;br /&gt;
&lt;br /&gt;
Concurrent Program:&lt;br /&gt;
Launch the Transaction Manager through Interface Manager or explicitly call the API – INV_TXN_MANAGER_PUB.PROCESS_TRANSACTIONS () to launch a dedicated transaction worker to process them.&lt;br /&gt;
The Transaction Manager picks up the rows to process based on the LOCK_FLAG, TRANSACTION_MODE, and PROCESS_FLAG. Only records with TRANSACTION_MODE of 3, LOCK_FLAG of ‘2’, and PROCESS_FLAG of ‘1’ will be picked up by the Transaction Manager and assigned to a Transaction Worker. If a record fails to process completely, then PROCESS_FLAG will be set to ‘3’ and ERROR_CODE and ERROR_EXPLANATION will be populated with the cause for the error.&lt;br /&gt;
Base Tables:&lt;br /&gt;
MTL_ON_HAND_QUANTITIES&lt;br /&gt;
MTL_LOT_NUMBERS&lt;br /&gt;
MTL_SERIAL_NUMBERS&lt;br /&gt;
&lt;br /&gt;
Validations:&lt;br /&gt;
Validate organization_id&lt;br /&gt;
Check if item is assigned to organization&lt;br /&gt;
Validate disposition_id&lt;br /&gt;
Check if the item for the org is lot controlled before inserting into the Lots interface table.&lt;br /&gt;
Check if the item for the org is serial controlled before inserting into Serial interface table.&lt;br /&gt;
Check if inventory already exists for that item in that org and for a lot.&lt;br /&gt;
Validate organization_id, organization_code.&lt;br /&gt;
Validate inventory item id.&lt;br /&gt;
Transaction period must be open.&lt;br /&gt;
&lt;br /&gt;
Some important columns that need to be populated in the interface tables:&lt;br /&gt;
MTL_TRANSACTIONS_INTERFACE:&lt;br /&gt;
TRANSACTION_SOURCE_NAME (ANY USER DEFINED VALUE),&lt;br /&gt;
TRANSACTION_HEADER_ID (MTL_MATERIAL_TRANSACTIONS_S.NEXTVAL)&lt;br /&gt;
TRANSACTION_INTERFACE_ID (MTL_MATERIAL_TRANSACTIONS_S.NEXTVAL – If item is lot or serial controlled, use this field to link to mtl_transactions_interface otherwise leave it as NULL),&lt;br /&gt;
TRANSACTION_DATE,&lt;br /&gt;
TRANSACTION_TYPE_ID,&lt;br /&gt;
PROCESS_FLAG (1 = Yet to be processed, 2 = Processed, 3= Error)&lt;br /&gt;
TRANSACTION_MODE (2 = Concurrent – to launch a dedicated transaction worker&lt;br /&gt;
to explicitly process a set of transactions.&lt;br /&gt;
3 = Background – will be picked up by transaction manager&lt;br /&gt;
polling process and assigned to transaction&lt;br /&gt;
worker. These will not be picked up until the&lt;br /&gt;
transaction manager is running)&lt;br /&gt;
SOURCE_CODE,&lt;br /&gt;
SOURCE_HEADER_ID,&lt;br /&gt;
SOURCE_LINE_ID (Details about the source like Order Entry etc for tracking purposes)&lt;br /&gt;
TRANSACTION_SOURCE_ID&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;table border=&quot;0&quot;&gt;&lt;colgroup&gt;&lt;col&gt;&lt;/col&gt;&lt;col&gt;&lt;/col&gt;&lt;/colgroup&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;Source Type&lt;/td&gt;&lt;td&gt;Foreign Key Reference&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Account&lt;/td&gt;&lt;td&gt;GL_CODE_COMBINATIONS.CODE_COMBINATION_ID&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Account Alias&lt;/td&gt;&lt;td&gt;MTL_GENERIC_DISPOSITIONS.DISPOSITION_ID&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Job or schedule&lt;/td&gt;&lt;td&gt;WIP_ENTITIES.WIP_ENTITY_ID&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Sales Order&lt;/td&gt;&lt;td&gt;MTL_SALES_ORDERS.SALES_ORDER_ID&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;br /&gt;
ITEM_SEGMENT1 TO 20,&lt;br /&gt;
TRANSACTION_QTY,&lt;br /&gt;
TRANSACTION_UOM,&lt;br /&gt;
SUBINVENTORY_CODE,&lt;br /&gt;
ORGANIZATION_ID,&lt;br /&gt;
LOC_SEGMENT1 TO 20.&lt;br /&gt;
&lt;br /&gt;
MTL_TRANSACTION_LOTS_INTERFACE:&lt;br /&gt;
TRANSACTION_INTERFACE_ID,&lt;br /&gt;
LOT_NUMBER,&lt;br /&gt;
LOT_EXPIRATION_DATE,&lt;br /&gt;
TRANSACTION_QUANTITY,&lt;br /&gt;
SERIAL_TRANSACTION_TEMP_ID (This is required for items under both lot and serial control to identify child records in mtl_serial_numbers_interface)&lt;br /&gt;
&lt;br /&gt;
MTL_SERIAL_NUMBERS_INTERFACE:&lt;br /&gt;
TRANSACTION_INTERFACE_ID,&lt;br /&gt;
FM_SERIAL_NUMBER,&lt;br /&gt;
TO_SERIAL_NUMBER,&lt;br /&gt;
VENDOR_SERIAL_NUMBER&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div&gt;
&lt;h1&gt;
Customer conversion&lt;/h1&gt;
&lt;/div&gt;
Customer Interface helps you create customers in Oracle Applications.&lt;br /&gt;
Interface tables:&lt;br /&gt;
RA_CUSTOMERS_INTERFACE_ALL&lt;br /&gt;
RA_CUSTOMER_PROFILES_INT_ALL&lt;br /&gt;
RA_CONTACT_PHONES_INT_ALL&lt;br /&gt;
RA_CUSTOMER_BANKS_INT_ALL&lt;br /&gt;
RA_CUST_PAY_METHOD_INT_ALL&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Base tables:&lt;br /&gt;
RA_CUSTOMERS&lt;br /&gt;
RA_ADDRESSES_ALL&lt;br /&gt;
RA_CUSTOMER_RELATIONSHIPS_ALL&lt;br /&gt;
RA_SITE_USES_ALL&lt;br /&gt;
&lt;br /&gt;
Concurrent program:&lt;br /&gt;
Customer Interface&lt;br /&gt;
Validations:&lt;br /&gt;
Check if legacy values fetched are valid.&lt;br /&gt;
Check if customer address site is already created.&lt;br /&gt;
Check if customer site use is already created.&lt;br /&gt;
Check is customer header is already created.&lt;br /&gt;
Check whether the ship_to_site has associated bill_to_site&lt;br /&gt;
Check whether associated bill_to_site is created or not.&lt;br /&gt;
Profile amounts validation:&lt;br /&gt;
Validate cust_account_id, validate customer status.&lt;br /&gt;
Check if the location already exists in HZ_LOCATIONS. If does not exist, create new location.&lt;br /&gt;
&lt;br /&gt;
Some important columns that need to be populated in the interface tables:&lt;br /&gt;
RA_CUSTOMERS_INTERFACE_ALL:&lt;br /&gt;
ORIG_SYSTEM_CUSTOMER_REF&lt;br /&gt;
SITE_USE_CODE&lt;br /&gt;
ORIG_SYSTEM_ADDRESS_REF&lt;br /&gt;
INSERT_UPDATE_FLAG (I = Insert, U = Update)&lt;br /&gt;
CUSTOMER_NAME&lt;br /&gt;
CUSTOMER_NUMBER&lt;br /&gt;
CUSTOMER_STATUS&lt;br /&gt;
PRIMARY_SITE_USE_FLAG&lt;br /&gt;
LOCATION&lt;br /&gt;
ADDRESS1&lt;br /&gt;
ADDRESS2&lt;br /&gt;
ADDRESS3&lt;br /&gt;
ADDRESS4&lt;br /&gt;
CITY&lt;br /&gt;
STATE&lt;br /&gt;
PROVINCE&lt;br /&gt;
COUNTY&lt;br /&gt;
POSTAL_CODE&lt;br /&gt;
COUNTRY&lt;br /&gt;
CUSTOMER_ATTRIBUTE1&lt;br /&gt;
CUSTOMER_ATTRIBUTE2&lt;br /&gt;
CUSTOMER_ATTRIBUTE3&lt;br /&gt;
CUSTOMER_ATTRIBUTE4&lt;br /&gt;
CUSTOMER_ATTRIBUTE5&lt;br /&gt;
LAST_UPDATED_BY&lt;br /&gt;
LAST_UPDATE_DATE&lt;br /&gt;
CREATED_BY&lt;br /&gt;
CREATION_DATE&lt;br /&gt;
ORG_ID&lt;br /&gt;
CUSTOMER_NAME_PHONETIC&lt;br /&gt;
&lt;br /&gt;
RA_CUSTOMER_PROFILES_INT_ALL:&lt;br /&gt;
INSERT_UPDATE_FLAG&lt;br /&gt;
ORIG_SYSTEM_CUSTOMER_REF&lt;br /&gt;
ORIG_SYSTEM_ADDRESS_REF&lt;br /&gt;
CUSTOMER_PROFILE_CLASS_NAME&lt;br /&gt;
CREDIT_HOLD&lt;br /&gt;
LAST_UPDATED_BY&lt;br /&gt;
LAST_UPDATE_DATE&lt;br /&gt;
CREATION_DATE&lt;br /&gt;
CREATED_BY&lt;br /&gt;
ORG_ID&lt;br /&gt;
&lt;br /&gt;
RA_CONTACT_PHONES_INT_ALL:&lt;br /&gt;
ORIG_SYSTEM_CONTACT_REF&lt;br /&gt;
ORIG_SYSTEM_TELEPHONE_REF&lt;br /&gt;
ORIG_SYSTEM_CUSTOMER_REF&lt;br /&gt;
ORIG_SYSTEM_ADDRESS_REF&lt;br /&gt;
INSERT_UPDATE_FLAG&lt;br /&gt;
CONTACT_FIRST_NAME&lt;br /&gt;
CONTACT_LAST_NAME&lt;br /&gt;
CONTACT_TITLE&lt;br /&gt;
CONTACT_JOB_TITLE&lt;br /&gt;
TELEPHONE&lt;br /&gt;
TELEPHONE_EXTENSION&lt;br /&gt;
TELEPHONE_TYPE&lt;br /&gt;
TELEPHONE_AREA_CODE&lt;br /&gt;
LAST_UPDATE_DATE&lt;br /&gt;
LAST_UPDATED_BY&lt;br /&gt;
LAST_UPDATE_LOGIN&lt;br /&gt;
CREATION_DATE&lt;br /&gt;
CREATED_BY&lt;br /&gt;
EMAIL_ADDRESS&lt;br /&gt;
ORG_ID&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div&gt;
Customer API&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
Trading Community Architecture (TCA) is an architecture concept designed to support complex&lt;br /&gt;
trading communities. These APIs utilize the new TCA model, inserting directly to the HZ tables.&lt;br /&gt;
&lt;br /&gt;
API Details:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;div&gt;
Set the organization id&lt;/div&gt;
Exec dbms_application_info.set_client_info(‘204’);&lt;/li&gt;
&lt;li&gt;&lt;div&gt;
Create a party and an account&lt;/div&gt;
HZ_CUST_ACCOUNT_V2PUB.CREATE_CUST_ACCOUNT()&lt;br /&gt;
HZ_CUST_ACCOUNT_V2PUB.CUST_ACCOUNT_REC_TYPE&lt;br /&gt;
HZ_PARTY_V2PUB.ORGANIZATION_REC_TYPE&lt;br /&gt;
HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE&lt;br /&gt;
&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;div&gt;
Create a physical location&lt;/div&gt;
HZ_LOCATION_V2PUB.CREATE_LOCATION()&lt;br /&gt;
HZ_LOCATION_V2PUB.LOCATION_REC_TYPE&lt;br /&gt;
&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;div&gt;
Create a party site using party_id you get from step 2 and location_id from step 3.&lt;/div&gt;
HZ_PARTY_SITE_V2PUB.CREATE_PARTY_SITE()&lt;br /&gt;
HZ_PARTY_SITE_V2PUB.PARTY_SITE_REC_TYPE&lt;br /&gt;
&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;div&gt;
Create an account site using account_id you get from step 2 and party_site_id from step 4.&lt;/div&gt;
HZ_CUST_ACCOUNT_SITE_V2PUB.CREATE_CUST_ACCT_SITE()&lt;br /&gt;
HZ_CUST_ACCOUNT_SITE_V2PUB.CUST_ACCT_SITE_REC_TYPE&lt;br /&gt;
&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;div&gt;
Create an account site use using cust_acct_site_id you get from step 5 ans site_use_code = ‘BILL_TO’.&lt;/div&gt;
HZ_CUST_ACCOUNT_SITE_V2PUB.CREATE_CUST_SITE_USE()&lt;br /&gt;
HZ_CUST_ACCOUNT_SITE_V2PUB.CUST_SITE_USE_REC_TYPE&lt;br /&gt;
HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE&lt;br /&gt;
&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
Base table:&lt;br /&gt;
HZ_PARTIES&lt;br /&gt;
HZ_PARTY_SITES&lt;br /&gt;
HZ_LOCATIONS&lt;br /&gt;
HZ_CUST_ACCOUNTS&lt;br /&gt;
HZ_CUST_SITE_USES_ALL&lt;br /&gt;
HZ_CUST_ACCT_SITES_ALL&lt;br /&gt;
HZ_PARTY_SITE_USES&lt;br /&gt;
&lt;br /&gt;
Validations:&lt;br /&gt;
Check if legacy values fetched are valid.&lt;br /&gt;
Check if customer address site is already created.&lt;br /&gt;
Check if customer site use is already created.&lt;br /&gt;
Check is customer header is already created.&lt;br /&gt;
Check whether the ship_to_site has associated bill_to_site&lt;br /&gt;
Check whether associated bill_to_site is created or not.&lt;br /&gt;
Profile amounts validation:&lt;br /&gt;
Validate cust_account_id, validate customer status.&lt;br /&gt;
Check if the location already exists in HZ_LOCATIONS. If does not exist, create new location.&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div&gt;
&lt;h1&gt;
Auto Invoice interface&lt;/h1&gt;
&lt;/div&gt;
This interface is used to import Customer invoices, Credit memos, Debit memos and On Account credits.&lt;br /&gt;
Pre-requisites:&lt;br /&gt;
Set of Books&lt;br /&gt;
Code combinations&lt;br /&gt;
Items&lt;br /&gt;
Sales representatives&lt;br /&gt;
Customers&lt;br /&gt;
Sales Tax rate&lt;br /&gt;
Payment Terms&lt;br /&gt;
Transaction Types&lt;br /&gt;
Freight Carriers&lt;br /&gt;
FOB&lt;br /&gt;
Batch Sources&lt;br /&gt;
Accounting Rules&lt;br /&gt;
&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
Interface tables:&lt;br /&gt;
RA_INTERFACE_LINES_ALL&lt;br /&gt;
RA_INTERFACE_SALESCREDITS&lt;br /&gt;
RA_INTERFACE_DISTRIBUTIONS&lt;br /&gt;
RA_INTERFACE_ERRORS (details about the failed records)&lt;br /&gt;
&lt;br /&gt;
Base tables:&lt;br /&gt;
RA_BATCHES&lt;br /&gt;
RA_CUSTOMER_TRX_ALL&lt;br /&gt;
RA_CUSTOMER_TRX_LINES_ALL&lt;br /&gt;
AR_PAYMENT_SCHEDULES_ALL &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;RA_CUSTOMER_TRX_LINE_SALESREPS&lt;br /&gt;
RA_CUST_TRX_GL_DIST_ALL&lt;br /&gt;
RA_CUSTOMER_TRX_TYPES_ALL&lt;br /&gt;
&lt;br /&gt;
Concurrent Program:&lt;br /&gt;
Auto invoice master program&lt;br /&gt;
Validations:&lt;br /&gt;
Check for amount, batch source name, conversion rate, conversion type.&lt;br /&gt;
Validate orig_system_bill_customer_id, orig_system_bill_address_id, quantity.&lt;br /&gt;
Validate if the amount includes tax flag.&lt;br /&gt;
&lt;br /&gt;
Some important columns that need to be populated in the interface tables:&lt;br /&gt;
RA_INTERFACE_LINES_ALL:&lt;br /&gt;
AGREEMENT_ID&lt;br /&gt;
COMMENTS&lt;br /&gt;
CONVERSION_DATE&lt;br /&gt;
CONVERSION_RATE&lt;br /&gt;
CONVERSION_TYPE&lt;br /&gt;
CREDIT_METHOD_FOR_ACCT_RULE&lt;br /&gt;
CREDIT_METHOD_FOR_INSTALLMENTS&lt;br /&gt;
CURRENCY_CODE&lt;br /&gt;
CUSTOMER_BANK_ACCOUNT_ID&lt;br /&gt;
CUST_TRX_TYPE_ID&lt;br /&gt;
DOCUMENT_NUMBER&lt;br /&gt;
DOCUMENT_NUMBER_SEQUENCE_ID&lt;br /&gt;
GL_DATE&lt;br /&gt;
HEADER_ATTRIBUTE1–15&lt;br /&gt;
HEADER_ATTRIBUTE_CATEGORY&lt;br /&gt;
INITIAL_CUSTOMER_TRX_ID&lt;br /&gt;
INTERNAL_NOTES&lt;br /&gt;
INVOICING_RULE_ID&lt;br /&gt;
ORIG_SYSTEM_BILL_ADDRESS_ID&lt;br /&gt;
ORIG_SYSTEM_BILL_CONTACT_ID&lt;br /&gt;
ORIG_SYSTEM_BILL_CUSTOMER_ID&lt;br /&gt;
ORIG_SYSTEM_SHIP_ADDRESS_ID&lt;br /&gt;
ORIG_SYSTEM_SHIP_CONTACT_ID&lt;br /&gt;
ORIG_SYSTEM_SHIP_CUSTOMER_ID&lt;br /&gt;
ORIG_SYSTEM_SOLD_CUSTOMER_ID&lt;br /&gt;
ORIG_SYSTEM_BATCH_NAME&lt;br /&gt;
PAYMENT_SERVER_ORDER_ID&lt;br /&gt;
PREVIOUS_CUSTOMER_TRX_ID&lt;br /&gt;
PRIMARY_SALESREP_ID&lt;br /&gt;
PRINTING_OPTION&lt;br /&gt;
PURCHASE_ORDER&lt;br /&gt;
PURCHASE_ORDER_DATE&lt;br /&gt;
PURCHASE_ORDER_REVISION&lt;br /&gt;
REASON_CODE&lt;br /&gt;
RECEIPT_METHOD_ID&lt;br /&gt;
RELATED_CUSTOMER_TRX_ID&lt;br /&gt;
SET_OF_BOOKS_ID&lt;br /&gt;
TERM_ID&lt;br /&gt;
TERRITORY_ID&lt;br /&gt;
TRX_DATE&lt;br /&gt;
TRX_NUMBER&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div&gt;
&lt;h1&gt;
Receipt API&lt;/h1&gt;
&lt;/div&gt;
To bring in Unapplied Receipts and Conversion Receipts for Open Debit items to reduce the balance to the original amount due.&lt;br /&gt;
Pre-requisites:&lt;br /&gt;
Set of Books&lt;br /&gt;
Code combinations&lt;br /&gt;
Items&lt;br /&gt;
Quick Codes&lt;br /&gt;
Sales representatives&lt;br /&gt;
Customers&lt;br /&gt;
Sales Tax rate&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
API:&lt;br /&gt;
AR_RECEIPT_API_PUB.CREATE_CASH&lt;br /&gt;
AR_RECEIPT_API_PUB.CREATE_AND_APPLY&lt;br /&gt;
&lt;br /&gt;
Base tables:&lt;br /&gt;
AR_CASH_RECEIPTS&lt;br /&gt;
Validations:&lt;br /&gt;
Check the currency and the exchange rate type to assign the exchange rate.&lt;br /&gt;
Validate bill to the customer.&lt;br /&gt;
Get bill to site use id.&lt;br /&gt;
Get the customer trx id for this particular transaction number.&lt;br /&gt;
Get payment schedule date for the customer trx id.&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div&gt;
&lt;h1&gt;
Lockbox interface&lt;/h1&gt;
&lt;/div&gt;
AutoLockbox lets us automatically process receipts that are sent directly to the bank instead of manually feeding them in Oracle Receivables.&lt;/li&gt;
&lt;/ul&gt;
AutoLockbox is a three step process:&lt;br /&gt;
1. Import: During this step, Lockbox reads and formats the data from your bank file&lt;br /&gt;
into interface table AR_PAYMENTS_INTERFACE_ALL using a SQL *Loader&lt;br /&gt;
script.&lt;br /&gt;
2. Validation: The validation program checks data in this interface table for&lt;br /&gt;
compatibility with Receivables. Once validated, the data is transferred into&lt;br /&gt;
QuickCash tables (AR_INTERIM_CASH_RECEIPTS_ALL and&lt;br /&gt;
AR_INTERIM_CASH_RCPT_LINES_ALL).&lt;br /&gt;
3. Post QuickCash: This step applies the receipts and updates your customer’s&lt;br /&gt;
balances.&lt;br /&gt;
&lt;br /&gt;
Pre-Requisites:&lt;br /&gt;
Banks&lt;br /&gt;
Receipt Class&lt;br /&gt;
Payment Method&lt;br /&gt;
Receipt Source&lt;br /&gt;
Lockbox&lt;br /&gt;
Transmission format&lt;br /&gt;
AutoCash Rule sets&lt;br /&gt;
&lt;br /&gt;
Interface tables:&lt;br /&gt;
AR_PAYMENTS_INTERFACE_ALL (Import&lt;br /&gt; data from bank file)&lt;br /&gt;
AR_INTERIM_CASH_RECEIPTS_ALL&lt;br /&gt;
AR_INTERIM_CASH_RCPT_LINES_ALL (Validate data in interface table and place in quick cash tables)&lt;br /&gt;
&lt;br /&gt;
Base Tables:&lt;br /&gt;
AR_CASH_RECEIPTS&lt;br /&gt;
AR_RECEIVABLES_APPLICATIONS&lt;br /&gt;
AR_ADJUSTMENTS&lt;br /&gt;
AR_DISTRIBUTIONS_ALL&lt;br /&gt;
AR_PAYMENT_SCHEDULES_ALL&lt;br /&gt;
&lt;br /&gt;
Concurrent program:&lt;br /&gt;
Lockbox&lt;br /&gt;
&lt;br /&gt;
Validations:&lt;br /&gt;
Check for valid record type, transmission record id.&lt;br /&gt;
Validate sum of the payments within the transmission.&lt;br /&gt;
Identify the lockbox number (no given by a bank to identify a lockbox).&lt;br /&gt;
&lt;br /&gt;
Some important columns that need to be populated in the interface tables:&lt;br /&gt;
AR_PAYMENTS_INTERFACE_ALL:&lt;br /&gt;
STATUS&lt;br /&gt;
RECORD_TYPE&lt;br /&gt;
LOCKBOX_NUMBER&lt;br /&gt;
BATCH_NAME&lt;br /&gt;
TRANSIT_ROUTING_NUMBER&lt;br /&gt;
ACCOUNT&lt;br /&gt;
CHECK_NUMBER&lt;br /&gt;
REMITTANCE_AMOUNT&lt;br /&gt;
DEPOSIT_DATE&lt;br /&gt;
ITEM_NUMBER&lt;br /&gt;
CURRENCY_CODE&lt;br /&gt;
DEPOSIT_TIME&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div&gt;
&lt;h1&gt;
AP invoice interface&lt;/h1&gt;
&lt;/div&gt;
This interface helps us to import vendor invoices into Oracle applications from external systems into Oracle Applications.&lt;br /&gt;
Pre-requisites:&lt;br /&gt;
Set of Books&lt;br /&gt;
Code combinations&lt;br /&gt;
Employees&lt;br /&gt;
Lookups&lt;br /&gt;
&lt;br /&gt;
Interface tables:&lt;br /&gt;
AP_INVOICES_INTERFACE&lt;br /&gt;
AP_INVOICE_LINES_INTERFACE&lt;br /&gt;
&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Base tables:&lt;br /&gt;
AP_INVOICES_ALL – header information&lt;br /&gt;
AP_INVOICE_DISTRIBUTIONS_ALL – lines info&lt;br /&gt;
&lt;br /&gt;
Concurrent program:&lt;br /&gt;
Payables Open Interface Import&lt;br /&gt;
&lt;br /&gt;
Validations:&lt;br /&gt;
Check for valid vendor&lt;br /&gt;
Check for Source, Location, org_id, currency_code’s validity&lt;br /&gt;
Check for valid vendor site code.&lt;br /&gt;
Check if record already exists in payables interface table.&lt;br /&gt;
&lt;br /&gt;
Some important columns that need to be populated in the interface tables:&lt;br /&gt;
AP_INVOICES_INTERFACE:&lt;br /&gt;
INVOICE_ID&lt;br /&gt;
INVOICE_NUM&lt;br /&gt;
INVOICE_DATE&lt;br /&gt;
VENDOR_NUM&lt;br /&gt;
VENDOR_SITE_ID&lt;br /&gt;
INVOICE_AMOUNT&lt;br /&gt;
INVOICE_CURRENCY_CODE&lt;br /&gt;
EXCHANGE_RATE&lt;br /&gt;
EXCHANGE_RATE_TYPE&lt;br /&gt;
EXCHANGE_DATE&lt;br /&gt;
DESCRIPTION&lt;br /&gt;
SOURCE&lt;br /&gt;
PO_NUMBER&lt;br /&gt;
PAYMENT_METHOD_LOOKUP_CODE&lt;br /&gt;
PAY_GROUP_LOOKUP_CODE&lt;br /&gt;
ATTRIBUTE1 TO 15&lt;br /&gt;
ORG_ID&lt;br /&gt;
&lt;br /&gt;
AP_INVOICE_LINES_INTERFACE:&lt;br /&gt;
&lt;br /&gt;
INVOICE_ID&lt;br /&gt;
INVOICE_LINE_ID&lt;br /&gt;
LINE_TYPE_LOOKUP_CODE&lt;br /&gt;
AMOUNT&lt;br /&gt;
DESCRIPTION&lt;br /&gt;
TAX_CODE&lt;br /&gt;
PO_NUMBER&lt;br /&gt;
PO_LINE_NUMBER&lt;br /&gt;
PO_SHIPMENT_NUM&lt;br /&gt;
PO_DISTRIBUTION_NUM&lt;br /&gt;
PO_UNIT_OF_MEASURE&lt;br /&gt;
QUANTITY_INVOICED&lt;br /&gt;
DIST_CODE_CONCATENATED&lt;br /&gt;
DIST_CODE_COMBINATION_ID&lt;br /&gt;
ATTRIBUTE1&lt;br /&gt;
ATTRIBUTE2&lt;br /&gt;
ATTRIBUTE3&lt;br /&gt;
ATTRIBUTE4&lt;br /&gt;
ATTRIBUTE5&lt;br /&gt;
ORG_ID&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div&gt;
&lt;h1&gt;
Vendor conversion/interface&lt;/h1&gt;
&lt;/div&gt;
This interface is used to import suppliers, supplier sites and site contacts into Oracle applications.&lt;br /&gt;
&lt;br /&gt;
Pre-requisites setup’s required:&lt;br /&gt;
Payment terms&lt;br /&gt;
Pay Groups&lt;br /&gt;
CCID&lt;br /&gt;
Supplier classifications&lt;br /&gt;
Bank Accounts&lt;br /&gt;
Employees (if employees have to set up as vendors)&lt;br /&gt;
&lt;br /&gt;
Interface tables:&lt;br /&gt;
AP_SUPPLIERS_INT&lt;br /&gt;
AP_SUPPLIER_SITES_INT&lt;br /&gt;
AP_SUP_SITE_CONTACT_INT&lt;br /&gt;
&lt;br /&gt;
Base Tables:&lt;br /&gt;
PO_VENDORS&lt;br /&gt;
PO_VENDOR_SITES_ALL&lt;br /&gt;
PO_VENDOR_CONTACTS&lt;br /&gt;
&lt;br /&gt;
Interface programs:&lt;br /&gt;
Supplier Open Interface Import&lt;br /&gt;
Supplier Sites Open Interface Import&lt;br /&gt;
Supplier Site Contacts Open Interface Import&lt;br /&gt;
&lt;br /&gt;
Validations:&lt;br /&gt;
Check if vendor already exists&lt;br /&gt;
Check if vendor site already exists&lt;br /&gt;
Check if site contact already exists&lt;br /&gt;
Check if term is defined.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Some important columns that need to be populated in the interface tables:&lt;br /&gt;
AP_SUPPLIERS_INT:&lt;br /&gt;
VENDOR_NUMBER, VENDOR_NAME, VENDOR_TYPE, STATE_REPORTABLE, FED_REPORTABLE, NUM_1099, TYPE_1099, PAY_GROUP_LOOKUP_CODE, VENDOR_ID is auto generated.&lt;br /&gt;
&lt;br /&gt;
AP_SUPPLIER_SITES_INT:&lt;br /&gt;
VENDOR_SITE_ID, ORG_ID, VENDOR_SITE_CODE, INACTIVE_DATE, PAY_SITE, PURCHASING_SITE, SITE_PAYMENT_TERM, ADDRESS1, ADDRESS2.ADDRESS3, CITY, STATE, COUNTRY, ZIP, PH_NUM, FAX_NUMBER, TAX_REPORTING_SITE_FLAG.&lt;br /&gt;
&lt;br /&gt;
AP_SUP_SITE_CONTACTS_INT:&lt;br /&gt;
VENDOR_ID, VENDOR_SITE_ID, FIRST_NAME, LAST_NAME, AREA_CODE, PHONE, EMAIL, ORG_ID&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div&gt;
&lt;h1&gt;
Purchase Order conversion:&lt;/h1&gt;
&lt;/div&gt;
The Purchasing Document Open Interface concurrent program was replaced by two new concurrent programs Import Price Catalogs and Import Standard Purchase Orders. Import Price Catalogs concurrent program is used to import Catalog Quotations, Standard Quotations, and Blanket Purchase Agreements. Import Standard Purchase Orders concurrent program is used to import Unapproved or Approved Standard Purchase Orders.&lt;/li&gt;
&lt;/ul&gt;
Import Standard Purchase Orders&lt;br /&gt;
Pre-requisites:&lt;br /&gt;
Suppliers, sites and contacts&lt;br /&gt;
Buyers&lt;br /&gt;
Line Types&lt;br /&gt;
Items&lt;br /&gt;
PO Charge account setup&lt;br /&gt;
&lt;br /&gt;
Interface Tables:&lt;br /&gt;
PO_HEADERS_INTERFACE&lt;br /&gt;
PO_LINES_INTERFACE&lt;br /&gt;
PO_DISTRIBUTIONS_INTERFACE&lt;br /&gt;
PO_INTERFACE_ERRORS (Fallouts)&lt;br /&gt;
&lt;br /&gt;
Interface Program:&lt;br /&gt;
Import Standard Purchase Orders.&lt;br /&gt;
&lt;br /&gt;
Base Tables:&lt;br /&gt;
PO_HEADERS_ALL&lt;br /&gt;
PO_LINES_ALL&lt;br /&gt;
PO_DISTRIBUTIONS_ALL&lt;br /&gt;
PO_LINE_LOCATIONS_ALL&lt;br /&gt;
&lt;br /&gt;
Validations:&lt;br /&gt;
Header:&lt;br /&gt;
Check if OU name is valid&lt;br /&gt;
Check if Supplier is valid&lt;br /&gt;
Check if Supplier site is valid&lt;br /&gt;
Check if buyer is valid&lt;br /&gt;
Check if Payment term is valid&lt;br /&gt;
Check if Bill to and ship to are valid&lt;br /&gt;
Check if FOB, freight terms are valid&lt;br /&gt;
&lt;br /&gt;
Lines:&lt;br /&gt;
Check if Line_type, ship_to_org, item, uom, ship_to_location_id, requestor, charge_account, deliver_to_location are valid&lt;br /&gt;
&lt;br /&gt;
General:&lt;br /&gt;
Check for duplicate records in interface tables&lt;br /&gt;
Check if the record already exists in base tables.&lt;br /&gt;
&lt;br /&gt;
Some important columns that need to be populated in the interface tables:&lt;br /&gt;
&lt;br /&gt;
PO_HEADERS_INTERFACE:&lt;br /&gt;
INTERFACE_HEADER_ID (PO_HEADERS_INTERFACE_S.NEXTVAL), BATCH_ID, ORG_ID, INTERFACE_SOURCE_CODE, ACTION (‘ORIGINAL’,’UPDATE’,’REPLACE’), GROUP_CODE, DOCUMENT_TYPE_CODE, PO_HEADER_ID (NULL), RELEASE_ID, RELEASE_NUM, CURRENCY_CODE, RATE, AGENT_NAME, VENDOR_ID, VENDOR_SITE_ID, SHIP_TO_LOCATION, BILL_TO_LOCATION, PAYMENT_TERMS&lt;br /&gt;
&lt;br /&gt;
PO_LINES_INTERFACE:&lt;br /&gt;
INTERFACE_LINE_ID, INTERFACE_HEADER_ID, LINE_NUM, SHIPMENT_NUM, ITEM, REQUISITION_LINE_ID, UOM, UNIT_PRICE, FREIGHT_TERMS, FOB&lt;br /&gt;
&lt;br /&gt;
PO_DISTRIBUTIONS_INTERFACE:&lt;br /&gt;
INTERFACE_LINE_ID, INTERFACE_HEADER_ID, INTERFACE_DISTRIBUTION_ID, DISTRIBUTION_NUM, QUANTITY_ORDERED, QTY_DELIVERED, QTY_BILLED, QTY_CANCELLED, DELIVER_TO_LOCATION_ID, DELIVER_TO_PERSON_ID, SET_OF_BOOKS, CHARGE_ACCT, AMOUNT_BILLED.&lt;br /&gt;
&lt;br /&gt;
Import Blanket Purchase Agreements:&lt;br /&gt;
Interface Tables:&lt;br /&gt;
PO_HEADERS_INTERFACE&lt;br /&gt;
PO_LINES_INTERFACE&lt;br /&gt;
&lt;br /&gt;
Interface program:&lt;br /&gt;
Import Price Catalogs&lt;br /&gt;
&lt;br /&gt;
Base tables:&lt;br /&gt;
PO_HEADERS_ALL&lt;br /&gt;
PO_LINES_ALL&lt;br /&gt;
PO_LINE_LOCATIONS_ALL&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
Suppose you want to create a blanket with one line and two price breaks and the details for the price break are as below:&lt;br /&gt;
1) Quantity = 500, price = 10, effective date from ’01-JAN-2006′ to&lt;br /&gt;
’31-JUN-2006′&lt;br /&gt;
2) Quantity = 500, price = 11, effective date from ’01-JUL-2006′ to&lt;br /&gt;
’01-JAN-2007′&lt;br /&gt;
To create the above the BPA, you would create ONE record in PO_HEADERS_INTERFACE and THREE records in PO_LINES_INTERFACE&lt;br /&gt;
LINE1: It will have only the line information. LINE NUM would be 1.&lt;br /&gt;
&lt;br /&gt;
LINE2: For the first Price Break details, LINE NUM will be the same as above i.e. 1. SHIPMENT_NUM would be 1 and SHIPMENT_TYPE would be ‘PRICE BREAK’&lt;br /&gt;
&lt;br /&gt;
LINE3: For the second Price Break details, LINE NUM will be the same as above i.e. 1. SHIPMENT_NUM would be 2 and SHIPMENT_TYPE would be ‘PRICE BREAK’&lt;br /&gt;
&lt;br /&gt;
All the line-level records above must have the same INTERFACE_HEADER_ID.&lt;br /&gt;
&lt;blockquote class=&quot;wp-embedded-content&quot; data-secret=&quot;uFr3nMsBcV&quot; style=&quot;display: none;&quot;&gt;
&lt;a href=&quot;http://www.erpschools.com/articles/importing-blanket-purchase-agreementsbpa-2&quot;&gt;Importing Blanket Purchase Agreements(BPA)&lt;/a&gt;&lt;/blockquote&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div&gt;
&lt;h1&gt;
Requisition import&lt;/h1&gt;
&lt;/div&gt;
You can automatically import requisitions into Oracle Applications using the Requisitions Open Interface&lt;br /&gt;
Pre-requisites:&lt;br /&gt;
Set of Books&lt;br /&gt;
Code combinations&lt;br /&gt;
Employees&lt;br /&gt;
Items&lt;br /&gt;
Define a Requisition Import Group-By method in the Default region of the Purchasing&lt;br /&gt;
Options window.&lt;br /&gt;
Associate a customer with your deliver-to location using the Customer Addresses&lt;br /&gt;
window for internally sourced requisitions.&lt;br /&gt;
&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
Interface tables:&lt;br /&gt;
PO_REQUISITIONS_INTERFACE_ALL&lt;br /&gt;
PO_REQ_DIST_INTERFACE_ALL&lt;br /&gt;
&lt;br /&gt;
Base tables:&lt;br /&gt;
PO_REQUISITIONS_HEADERS_ALL&lt;br /&gt;
PO_REQUISITION_LINES_ALL&lt;br /&gt;
PO_REQ_DISTRIBUTIONS_ALL&lt;br /&gt;
&lt;br /&gt;
Concurrent program:&lt;br /&gt;
REQUISITION IMPORT&lt;br /&gt;
&lt;br /&gt;
Validations:&lt;br /&gt;
Check for interface transaction source code, requisition destination type.&lt;br /&gt;
Check for quantity ordered, authorization status type.&lt;br /&gt;
&lt;br /&gt;
Some important columns that need to be populated in the interface tables:&lt;br /&gt;
PO_REQUISITIONS_INTERFACE_ALL:&lt;br /&gt;
INTERFACE_SOURCE_CODE (to identify the source of your imported&lt;br /&gt;
Requisitions)&lt;br /&gt;
DESTINATION_TYPE_CODE&lt;br /&gt;
AUTHORIZATION_STATUS&lt;br /&gt;
PREPARER_ID or PREPARER_NAME&lt;br /&gt;
QUANTITY&lt;br /&gt;
CHARGE_ACCOUNT_ID or charge account segment values&lt;br /&gt;
DESTINATION_ORGANIZATION_ID or DESTINATION_ORGANIZATION_&lt;br /&gt;
CODE&lt;br /&gt;
DELIVER_TO_LOCATION_ID or DELIVER_TO_LOCATION_CODE&lt;br /&gt;
DELIVER_TO_REQUESTOR_ID or DELIVER_TO_REQUESTOR_NAME&lt;br /&gt;
ORG_ID&lt;br /&gt;
ITEM_ID or item segment values (values if the SOURCE_TYPE_CODE or&lt;br /&gt;
DESTINATION_TYPE_CODE is ‘INVENTORY’)&lt;br /&gt;
&lt;br /&gt;
PO_REQ_DIST_INTERFACE_ALL:&lt;br /&gt;
CHARGE_ACCOUNT_ID or charge account segment values&lt;br /&gt;
DISTRIBUTION_NUMBER&lt;br /&gt;
DESTINATION_ORGANIZATION_ID&lt;br /&gt;
DESTINATION_TYPE_CODE&lt;br /&gt;
INTERFACE_SOURCE_CODE&lt;br /&gt;
ORG_ID&lt;br /&gt;
DIST_SEQUENCE_ID (if MULTI_DISTRIBUTIONS is set to Y)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div&gt;
PO Receipts Interface&lt;/div&gt;
The Receiving Open Interface is used for processing and validating receipt data that&lt;br /&gt;
comes from sources other than the Receipts window in Purchasing.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Pre-requisites:&lt;br /&gt;
Set of Books&lt;br /&gt;
Code combinations&lt;br /&gt;
Employees&lt;br /&gt;
Items&lt;br /&gt;
&lt;br /&gt;
Interface tables:&lt;br /&gt;
RCV_HEADERS_INTERFACE&lt;br /&gt;
RCV_TRANSACTIONS_INTERFACE&lt;br /&gt;
PO_INTERFACE_ERRORS&lt;br /&gt;
&lt;br /&gt;
Concurrent program:&lt;br /&gt;
RECEIVING OPEN INTERFACE&lt;br /&gt;
&lt;br /&gt;
Base tables:&lt;br /&gt;
RCV_SHIPMENT_HEADERS&lt;br /&gt;
RCV_SHIPMENT_LINES&lt;br /&gt;
RCV_TRANSACTIONS&lt;br /&gt;
&lt;br /&gt;
Validations:&lt;br /&gt;
Check that SHIPPED_DATE should not be later than today.&lt;br /&gt;
Check if vendor is valid.&lt;br /&gt;
If Invoice number is passed, check for its validity&lt;br /&gt;
Check if Item is valid&lt;br /&gt;
&lt;br /&gt;
Some important columns that need to be populated in the interface tables:&lt;br /&gt;
&lt;br /&gt;
RCV_HEADERS_INTERFACE:&lt;br /&gt;
HEADER_INTERFACE_ID&lt;br /&gt;
GROUP_ID&lt;br /&gt;
PROCESSING_STATUS_&lt;br /&gt;
CODE&lt;br /&gt;
RECEIPT_SOURCE_CODE&lt;br /&gt;
TRANSACTION_TYPE&lt;br /&gt;
SHIPMENT_NUM&lt;br /&gt;
RECEIPT_NUM&lt;br /&gt;
VENDOR_NAME&lt;br /&gt;
SHIP_TO_&lt;br /&gt;
ORGANIZATION_CODE&lt;br /&gt;
SHIPPED_DATE&lt;br /&gt;
INVOICE_NUM&lt;br /&gt;
INVOICE_DATE&lt;br /&gt;
TOTAL_INVOICE_&lt;br /&gt;
AMOUNT&lt;br /&gt;
PAYMENT_TERMS_ID&lt;br /&gt;
EMPLOYEE_NAME&lt;br /&gt;
VALIDATION_FLAG (Indicates whether to validate a row or not, values ‘Y’, ‘N’)&lt;br /&gt;
&lt;br /&gt;
RCV_TRANSACTIONS_INTERFACE:&lt;br /&gt;
INTERFACE_TRANSACTION_ID&lt;br /&gt;
GROUP_ID&lt;br /&gt;
TRANSACTION_TYPE (‘SHIP’ for a standard shipment (an ASN or ASBN)&lt;br /&gt;
or ‘RECEIVE’ for a standard receipt)&lt;br /&gt;
TRANSACTION_DATE&lt;br /&gt;
PROCESSING_STATUS_CODE =’PENDING’&lt;br /&gt;
CATEGORY_ID&lt;br /&gt;
QUANTITY&lt;br /&gt;
UNIT_OF_MEASURE&lt;br /&gt;
ITEM_DESCRIPTION&lt;br /&gt;
ITEM_REVISION&lt;br /&gt;
EMPLOYEE_ID&lt;br /&gt;
AUTO_TRANSACT_CODE&lt;br /&gt;
SHIP_TO_LOCATION_ID&lt;br /&gt;
RECEIPT_SOURCE_CODE&lt;br /&gt;
TO_ORGANIZATION_CODE&lt;br /&gt;
SOURCE_DOCUMENT_CODE&lt;br /&gt;
PO_HEADER_ID&lt;br /&gt;
PO_RELEASE_ID&lt;br /&gt;
PO_LINE_ID&lt;br /&gt;
PO_LINE_LOCATION_ID&lt;br /&gt;
PO_DISTRIBUTION_ID&lt;br /&gt;
SUBINVENTORY&lt;br /&gt;
HEADER_INTERFACE_ID&lt;br /&gt;
DELIVER_TO_PERSON_NAME&lt;br /&gt;
DELIVER_TO_LOCATION_CODE&lt;br /&gt;
VALIDATION_FLAG&lt;br /&gt;
ITEM_NUM&lt;br /&gt;
VENDOR_ITEM_NUM&lt;br /&gt;
VENDOR_ID&lt;br /&gt;
VENDOR_SITE_ID&lt;br /&gt;
ITEM_ID&lt;br /&gt;
ITEM_DESCRIPTION&lt;br /&gt;
SHIP_TO_LOCATION_ID&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div&gt;
&lt;h1&gt;
GL Journal interface&lt;/h1&gt;
&lt;/div&gt;
This interface lets you import journals from other applications like Receivables, Payables etc to integrate the information with General Ledger.&lt;br /&gt;
Pre-requisites:&lt;br /&gt;
Set of Books&lt;br /&gt;
Flex field Value sets&lt;br /&gt;
Code Combinations&lt;br /&gt;
Currencies&lt;br /&gt;
Categories&lt;br /&gt;
Journal Sources&lt;br /&gt;
&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
Interface tables:&lt;br /&gt;
GL_INTERFACE&lt;br /&gt;
&lt;br /&gt;
Base tables:&lt;br /&gt;
GL_JE_HEADERS&lt;br /&gt;
GL_JE_LINES&lt;br /&gt;
GL_JE_BACTHES&lt;br /&gt;
&lt;br /&gt;
Concurrent Program:&lt;br /&gt;
Journal Import&lt;br /&gt;
Journal Posting — populates GL_BALANCES&lt;br /&gt;
&lt;br /&gt;
Validations:&lt;br /&gt;
Validate SOB, journal source name, journal category name, actual flag&lt;br /&gt;
A – Actual amounts&lt;br /&gt;
B – Budget amounts&lt;br /&gt;
E – Encumbrance amount&lt;br /&gt;
If you enter E in the interface table, then enter appropriate encumbrance ID, if&lt;br /&gt;
B enter budget id.&lt;br /&gt;
Check if accounting date or GL date based period name is valid (i.e., not closed).&lt;br /&gt;
Check if accounting date falls in open or future open period status.&lt;br /&gt;
Check chart of accounts id based on Sob id.&lt;br /&gt;
Check if code combination is valid and enabled.&lt;br /&gt;
Check if record already exists in GL interface table.&lt;br /&gt;
Check if already journal exists in GL application.&lt;br /&gt;
&lt;br /&gt;
Some important columns that need to be populated in the interface tables:&lt;br /&gt;
GL_INTERFACE:&lt;br /&gt;
STATUS&lt;br /&gt;
SET_OF_BOOKS_ID&lt;br /&gt;
ACCOUNTING_DATE&lt;br /&gt;
CURRENCY_CODE&lt;br /&gt;
DATE_CREATED&lt;br /&gt;
CREATED_BY&lt;br /&gt;
ACTUAL_FLAG&lt;br /&gt;
USER_JE_CATEGORY_NAME&lt;br /&gt;
USER_JE_SOURCE_NAME&lt;br /&gt;
CURRENCY_CONVERSION_DATE&lt;br /&gt;
ENCUMBRANCE_TYPE_ID&lt;br /&gt;
BUDGET_VERSION_ID&lt;br /&gt;
USER_CURRENCY_CONVERSION_TYPE&lt;br /&gt;
CURRENCY_CONVERSION_RATE&lt;br /&gt;
SEGMENT1 to&lt;br /&gt;
ENTERED_DR&lt;br /&gt;
ENTERED_CR&lt;br /&gt;
ACCOUNTED_DR&lt;br /&gt;
ACCOUNTED_CR&lt;br /&gt;
TRANSACTION_DATE&lt;br /&gt;
PERIOD_NAME&lt;br /&gt;
JE_LINE_NUM&lt;br /&gt;
CHART_OF_ACCOUNTS_ID&lt;br /&gt;
FUNCTIONAL_CURRENCY_CODE&lt;br /&gt;
CODE_COMBINATION_ID&lt;br /&gt;
DATE_CREATED_IN_GL&lt;br /&gt;
GROUP_ID&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div&gt;
&lt;h1&gt;
GL budget interface&lt;/h1&gt;
&lt;/div&gt;
Budget interface lets you load budget data from external sources into Oracle Applications.&lt;br /&gt;
&lt;br /&gt;
Pre-requisites:&lt;br /&gt;
Set of Books&lt;br /&gt;
Flex field Value sets&lt;br /&gt;
Code Combinations&lt;br /&gt;
&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
Interface tables:&lt;br /&gt;
GL_BUDGET_INTERFACE&lt;br /&gt;
&lt;br /&gt;
Base tables:&lt;br /&gt;
GL_BUDGETS&lt;br /&gt;
GL_BUDGET_ASSIGNMENTS&lt;br /&gt;
GL_BUDGET_TYPES&lt;br /&gt;
&lt;br /&gt;
Concurrent program:&lt;br /&gt;
Budget Upload&lt;br /&gt;
&lt;br /&gt;
Validations:&lt;br /&gt;
Check if CURRENCY_CODE is valid.&lt;br /&gt;
Check if SET_OF_BOOKS_ID is valid.&lt;br /&gt;
Check if BUDGET_ENTITY_NAME (budget organization) is valid.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Some important columns that need to be populated in the interface tables:&lt;br /&gt;
&lt;br /&gt;
GL_BUDGET_INTERFACE:&lt;br /&gt;
&lt;br /&gt;
BUDGET_NAME NOT&lt;br /&gt;
BUDGET_ENTITY_NAME&lt;br /&gt;
CURRENCY_CODE&lt;br /&gt;
FISCAL_YEAR&lt;br /&gt;
UPDATE_LOGIC_TYPE&lt;br /&gt;
BUDGET_ENTITY_ID&lt;br /&gt;
SET_OF_BOOKS_ID&lt;br /&gt;
CODE_COMBINATION_ID&lt;br /&gt;
BUDGET_VERSION_ID&lt;br /&gt;
PERIOD_TYPE&lt;br /&gt;
DR_FLAG&lt;br /&gt;
STATUS&lt;br /&gt;
ACCOUNT_TYPE&lt;br /&gt;
PERIOD1_AMOUNT through PERIOD60_AMOUNT&lt;br /&gt;
SEGMENT1 through SEGMENT30&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div&gt;
GL daily conversion rates&lt;/div&gt;
This interface lets you load the rates automatically into General Ledger.&lt;br /&gt;
Pre-requisites:&lt;br /&gt;
Currencies&lt;br /&gt;
Conversion rate Types&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Interface tables:&lt;br /&gt;
GL_DAILY_RATES_INTERFACE&lt;br /&gt;
&lt;br /&gt;
Base tables:&lt;br /&gt;
GL_DAILY_RATES&lt;br /&gt;
GL_DAILY_CONVERSION_TYPES&lt;br /&gt;
&lt;br /&gt;
Concurrent Program:&lt;br /&gt;
You do not need to run any import programs. The insert, update, or deletion of rates in GL_DAILY_RATES is done automatically by database triggers on the GL_DAILY_RATES_INTERFACE. All that is required is to develop program to populate the interface table with daily rates information.&lt;br /&gt;
&lt;br /&gt;
Validations:&lt;br /&gt;
Check if&lt;br /&gt; FROM_CURRENCY and TO_CURRENCY are valid.&lt;br /&gt;
Check if USER_CONVERSION_TYPE is valid.&lt;br /&gt;
&lt;br /&gt;
Some important columns that need to be populated in the interface tables:&lt;br /&gt;
&lt;br /&gt;
GL_DAILY_RATES_INTERFACE:&lt;br /&gt;
&lt;br /&gt;
FROM_CURRENCY&lt;br /&gt;
TO_CURRENCY&lt;br /&gt;
FROM_CONVERSION_DATE&lt;br /&gt;
TO_CONVERSION_DATE&lt;br /&gt;
USER_CONVERSION_TYPE&lt;br /&gt;
CONVERSION_RATE&lt;br /&gt;
MODE_FLAG (D= Delete, I = Insert, U = Update)&lt;br /&gt;
INVERSE_CONVERSION_RATE&lt;/div&gt;
</description><link>http://querysolution.blogspot.com/2019/07/interface-programs-in-oracle-apps.html</link><author>noreply@blogger.com (Umang Saini)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-4152810935116930794</guid><pubDate>Mon, 05 Mar 2018 11:32:00 +0000</pubDate><atom:updated>2018-03-27T15:38:06.503+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Oracle</category><category domain="http://www.blogger.com/atom/ns#">Oracle Apps</category><category domain="http://www.blogger.com/atom/ns#">Oracle Form Builder</category><category domain="http://www.blogger.com/atom/ns#">Oracle Report Builder</category><category domain="http://www.blogger.com/atom/ns#">R12</category><title>Checking operating system version: must be 5.0, 5.1 or 5.2 . Actual 6.1</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;em&gt;Error showing during installation of Oracle DevsuiteHome (Form &amp;amp; Reports)&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;Checking operating system version: must be 5.0, 5.1 or 5.2 . Actual 6.1&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;Solution:&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&amp;nbsp;1) Find oraparam.ini file in DevsuiteHome Folder&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;2) Add value 6.0, 6.1 in Windows under [Certified Versions]&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;3)&amp;nbsp; Save &amp;amp; Continue at&amp;nbsp; DevsuiteHome Installation.&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;br /&gt;&lt;/em&gt;
&lt;em&gt;Next Screen could be shown a virtual memory error.&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;Soultion :&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;1) Right Click on My Computer&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;2) Advance System Setting&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;3) Advance&amp;nbsp;&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;4) Setting under Performance block&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;5) Again &quot;Advance&quot;&amp;nbsp; &amp;amp; click&amp;nbsp; on change&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;6) Uncheck Automatically managing paging...&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;7) Select&amp;nbsp; C drive, Custom Size radio button &amp;amp; Enter Recommended Value as mentioned below&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;8) Set &amp;amp; Ok&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;9) Continue to DevsuiteHome Installation.&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;br /&gt;&lt;/em&gt;
&lt;em&gt;Best of luck...&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;br /&gt;&lt;/em&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</description><link>http://querysolution.blogspot.com/2018/03/checking-operating-system-version-must.html</link><author>noreply@blogger.com (Umang Saini)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-4455544971927665768</guid><pubDate>Tue, 27 Feb 2018 06:39:00 +0000</pubDate><atom:updated>2018-03-27T15:24:25.648+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Host</category><category domain="http://www.blogger.com/atom/ns#">Oracle</category><category domain="http://www.blogger.com/atom/ns#">Oracle Apps</category><category domain="http://www.blogger.com/atom/ns#">R12</category><title>Create Entry in Host File for Application</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Facing problem when we create new entry in Host file, it save as with a&amp;nbsp; .txt file instead&amp;nbsp; of its original extension.&lt;br /&gt;
&lt;br /&gt;
Follow&amp;nbsp; the below steps:&lt;br /&gt;
&lt;ol&gt;&lt;div class=&quot;g&quot;&gt;
&lt;div class=&quot;_uXc hp-xpdbox&quot;&gt;
&lt;div class=&quot;_o0d&quot;&gt;
&lt;div class=&quot;_i0g&quot;&gt;
&lt;div class=&quot;_j0g&quot;&gt;
&lt;ol class=&quot;_l0g&quot;&gt;
&lt;li class=&quot;_tZg&quot;&gt;Go to Start &amp;gt; run Notepad.&lt;/li&gt;
&lt;li class=&quot;_tZg&quot;&gt;Right click on the Notepad icon and select Run as a 
administrator.&lt;/li&gt;
&lt;li class=&quot;_tZg&quot;&gt;Select Open from the File menu option.&lt;/li&gt;
&lt;li class=&quot;_tZg&quot;&gt;Browse to c:\windows\system32\drivers\etc\hosts.&lt;/li&gt;
&lt;li class=&quot;_tZg&quot;&gt;Add the host name and IP address to the bottom of the host 
file.&lt;/li&gt;
&lt;li class=&quot;_tZg&quot;&gt;Save the host file.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description><link>http://querysolution.blogspot.com/2018/02/create-entry-in-host-file-for.html</link><author>noreply@blogger.com (Umang Saini)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-8552067192960207153</guid><pubDate>Fri, 16 Feb 2018 12:24:00 +0000</pubDate><atom:updated>2018-03-27T15:25:11.784+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Oracle Apps</category><category domain="http://www.blogger.com/atom/ns#">Oracle Apps Queries</category><category domain="http://www.blogger.com/atom/ns#">R12</category><category domain="http://www.blogger.com/atom/ns#">WebADI</category><title>Integrator not showing in list in WebADI</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;&quot;&gt;First of&amp;nbsp; all ensure that you have check on &quot;Create document page&quot; during creation on integrator.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;&quot;&gt;After that If your are not able to view the Custom Integrator in Create Document then follow the below steps :&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;&quot;&gt;1) Manage Integrator from Desktop Integrator Manager Responsibility&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;&quot;&gt;2) Query your integrator name &amp;amp; click on Update (Pencil)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;&quot;&gt;3) Click on Next&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;&quot;&gt;4) Click on Add Functions&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;&quot;&gt;5) Search By &lt;b&gt;Code&lt;/b&gt; &amp;amp; Enter&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;b style=&quot;font-family: arial, helvetica, sans-serif;&quot;&gt;BNE_ADI_CREATE_DOCUMENT &lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;&quot;&gt;&amp;amp; Select&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;&quot;&gt;6) Again&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;&quot;&gt;Search By&amp;nbsp;&lt;b&gt;Code&lt;/b&gt;&amp;nbsp;&amp;amp; Enter&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;b style=&quot;font-family: arial, helvetica, sans-serif;&quot;&gt;BNE_CREATE_DOCUMENT&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;&quot;&gt;&amp;amp; Select&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;&quot;&gt;Although I suggest you to create your objects (Integrator / Layout) with starting alphabets not by &#39;XX%&#39; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
</description><link>http://querysolution.blogspot.com/2018/02/custom-integrator-not-showing-in-list.html</link><author>noreply@blogger.com (Umang Saini)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-2304804822904831928</guid><pubDate>Thu, 11 Jan 2018 05:18:00 +0000</pubDate><atom:updated>2018-03-27T15:25:47.393+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Oracle Apps</category><category domain="http://www.blogger.com/atom/ns#">Oracle Apps Queries</category><category domain="http://www.blogger.com/atom/ns#">R12</category><category domain="http://www.blogger.com/atom/ns#">WebADI</category><title>BNE_UIX_PHYSICAL_DIRECTORY is not configured in WebADI</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px;&quot;&gt;Solution:&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #222222; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 14px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px;&quot;&gt;1. Navigate to System Administrator responsibility &amp;gt; Profile &amp;gt; System&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px;&quot;&gt;2. Search for Profile ‘BNE UIX Physical Directory’.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px;&quot;&gt;3. Delete the value setup at the ‘Site’ level. Save your changes.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px;&quot;&gt;4. Bounce Application Server (or Apache) services.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #222222; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 14px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px;&quot;&gt;5. Now go back and retry launching the Web ADI. The error will not appear any more.&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #222222; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 14px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px;&quot;&gt;If point 1 to 3 does not work, then try resetting the profile from SQLPLUS through the following command:&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #222222; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 14px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px;&quot;&gt;Begin&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px;&quot;&gt;value := fnd_profile.save(‘BNE_UIX_&lt;/span&gt;&lt;wbr style=&quot;background-color: white; color: #222222; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 14px;&quot;&gt;&lt;/wbr&gt;&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px;&quot;&gt;PHYSICAL_DIRECTORY’,”,’SITE’);&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px;&quot;&gt;commit;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px;&quot;&gt;End&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px;&quot;&gt;----------------&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; color: #222222; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 14px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px;&quot;&gt;SET PROFILE&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px;&quot;&gt;----------&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px;&quot;&gt;BNE Allow No Security Rule - YES&lt;/span&gt;&lt;/div&gt;
</description><link>http://querysolution.blogspot.com/2018/01/bneuixphysicaldirectory-is-not.html</link><author>noreply@blogger.com (Umang Saini)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-2293741544855327789</guid><pubDate>Thu, 11 Jan 2018 05:01:00 +0000</pubDate><atom:updated>2018-03-27T15:26:21.748+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Oracle Apps</category><category domain="http://www.blogger.com/atom/ns#">Oracle Apps Queries</category><category domain="http://www.blogger.com/atom/ns#">R12</category><category domain="http://www.blogger.com/atom/ns#">WebADI</category><title>WebADI Settings for Excel &amp; Internet Explorer</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
When we are working with WEBAdi, we face macro setting issue in Excel.&lt;br /&gt;
Below are the steps to resolve it.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;Excel Settings&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
1) Open excel&lt;/div&gt;
&lt;div&gt;
2) File - Option - Trust Center - Trust Center Setting - Enable all macro &amp;amp; click on below check box (Trust center to the VBA project)&lt;/div&gt;
&lt;div&gt;
3) File - Option - Trust Center - Trust Center Setting - External Content - Prompt user about data &amp;amp; Prompt user on automatic update&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;Internet Explorer Settings&lt;/li&gt;
&lt;/ul&gt;
Tools - Internet Options - Custom Level - Allow Status Bar via script - Enable&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh792VQtD0EVhxnLZM9P3lAm8fxf-8hkwiUcNiJy2W4V_nBoq2SpNj08dyqBRoK7ybaKRUx2lWU_W6joJZQ4SjISsHOkFNLstScLOPT497E9waSsNzOBd8qY9OLU9Ew2y4vBkVQrioD9Yw/s1600/Webadi+Setting.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1600&quot; data-original-width=&quot;1200&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh792VQtD0EVhxnLZM9P3lAm8fxf-8hkwiUcNiJy2W4V_nBoq2SpNj08dyqBRoK7ybaKRUx2lWU_W6joJZQ4SjISsHOkFNLstScLOPT497E9waSsNzOBd8qY9OLU9Ew2y4vBkVQrioD9Yw/s320/Webadi+Setting.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://querysolution.blogspot.com/2018/01/webadi-settings-for-excel-internet.html</link><author>noreply@blogger.com (Umang Saini)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh792VQtD0EVhxnLZM9P3lAm8fxf-8hkwiUcNiJy2W4V_nBoq2SpNj08dyqBRoK7ybaKRUx2lWU_W6joJZQ4SjISsHOkFNLstScLOPT497E9waSsNzOBd8qY9OLU9Ew2y4vBkVQrioD9Yw/s72-c/Webadi+Setting.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-1113757621436706008</guid><pubDate>Wed, 10 Jan 2018 11:09:00 +0000</pubDate><atom:updated>2018-01-10T16:39:26.188+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Oracle BI/XML Publisher Template</category><title>Download RTF Template from Database</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;1 BY 1&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;========&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;SELECT file_name, file_content_type, file_data&amp;nbsp; FROM XDO_LOBS&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;WHERE xdo_file_type&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = &#39;RTF&#39;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;AND&amp;nbsp; &amp;nbsp;application_short_name = &#39;XXTEST&#39;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;ONCE IN A WHILE (Not guarntee to download all files)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;====================================================&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;DECLARE&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; l_file&amp;nbsp; &amp;nbsp; &amp;nbsp; UTL_FILE.FILE_TYPE;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; l_buffer&amp;nbsp; &amp;nbsp; RAW(32767);&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; l_amount&amp;nbsp; &amp;nbsp; BINARY_INTEGER := 32767;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; l_pos&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;INTEGER := 1;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; l_blob&amp;nbsp; &amp;nbsp; &amp;nbsp; BLOB;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&lt;br /&gt;&amp;nbsp; l_blob_len&amp;nbsp; INTEGER;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; v_directory VARCHAR2(20) := &#39;ECX_UTL_LOG_DIR_OBJ&#39;;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; CURSOR c1 IS&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; &amp;nbsp;SELECT file_name, file_content_type, file_data&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; &amp;nbsp;FROM&amp;nbsp; &amp;nbsp;xdo_lobs&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: arial, sans-serif; font-size: 12.8px;&quot;&gt;&amp;nbsp; &amp;nbsp;WHERE&amp;nbsp; xdo_file_type&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = &#39;RTF&#39;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; &amp;nbsp;AND&amp;nbsp; &amp;nbsp; application_short_name = &#39;XXTEST&#39;;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;BEGIN&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp;FOR r1 IN c1 LOOP&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; IF UTL_FILE.is_open(l_file) THEN&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; UTL_FILE.fclose(l_file);&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; &amp;nbsp; END IF;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; l_blob_len := DBMS_LOB.getlength(r1.file_data);&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; l_file := UTL_FILE.fopen(v_directory,r1.file_name,&#39;wb&#39;, 32767);&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; -- Read chunks of the BLOB and write them to the file until complete.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; --&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; WHILE l_pos &amp;lt; l_blob_len LOOP&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; &amp;nbsp;DBMS_LOB.read(r1.file_data, l_amount, l_pos, l_buffer);&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;UTL_FILE.put_raw(l_file, l_buffer);&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; &amp;nbsp;l_pos := l_pos + l_amount;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; END LOOP;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; UTL_FILE.fclose(l_file);&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp;END LOOP;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp;EXCEPTION&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; WHEN OTHERS THEN&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; &amp;nbsp; -- Close the file if something goes wrong.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; &amp;nbsp; DBMS_OUTPUT.PUT_LINE ( SQLERRM );&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; &amp;nbsp; IF UTL_FILE.is_open(l_file) THEN&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; UTL_FILE.fclose(l_file);&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;&amp;nbsp; &amp;nbsp; END IF;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: arial, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12.8px;&quot;&gt;END;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://querysolution.blogspot.com/2018/01/download-rtf-template-from-database.html</link><author>noreply@blogger.com (Umang Saini)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-905171980493821748</guid><pubDate>Wed, 10 Jan 2018 11:06:00 +0000</pubDate><atom:updated>2018-03-27T15:22:05.329+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Oracle Apps</category><category domain="http://www.blogger.com/atom/ns#">Oracle Apps Queries</category><category domain="http://www.blogger.com/atom/ns#">R12</category><category domain="http://www.blogger.com/atom/ns#">Toad</category><title>GL Account Description </title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Below is the query for getting description of GL Account, change your Org_ID, Account_Code, Segment &amp;amp; CCID accordingly.&lt;/div&gt;
&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=7983530228595548583&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 12.8px;&quot;&gt;f&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;pre class=&quot;aLF-aPX-K0-aPE&quot; style=&quot;background-color: white; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace, arial, sans-serif; font-size: 14px; user-select: text; white-space: pre-wrap; word-wrap: break-word;&quot;&gt;select gcc1.segment2||&#39;.&#39;||
(select gl_flexfields_pkg.get_description_sql
                                     ((select distinct ood.chart_of_accounts_id from org_organization_definitions ood where ood.organization_id = 141),--- chart of account id
                                      2,----- Position of segment
                                      &#39;404007&#39;--gcc.segment2 ---- Segment value
                                     )
from gl_code_combinations gcc
where gcc.code_combination_id = 1013)
from gl_code_combinations gcc1
where gcc1.code_combination_id = 1013&lt;/pre&gt;
&lt;/div&gt;
</description><link>http://querysolution.blogspot.com/2018/01/gl-account-description.html</link><author>noreply@blogger.com (Umang Saini)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-827161648568799896</guid><pubDate>Wed, 10 Jan 2018 10:57:00 +0000</pubDate><atom:updated>2018-01-10T16:29:20.282+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Oracle Apps Queries</category><title>Ge the value of DFF</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;u style=&quot;color: #222222; font-family: arial, sans-serif; font-size: 12.8px;&quot;&gt;&lt;br /&gt;Flex field value and Description&lt;/u&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 12.8px;&quot;&gt;&lt;br /&gt;select v.flex_value, v.flex_value_meaning, v.description&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 12.8px;&quot;&gt;&amp;nbsp; from FND_FLEX_VALUE_SETS s, fnd_flex_values_vl v&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 12.8px;&quot;&gt;&amp;nbsp;where s.flex_value_set_name = &#39;DEPARTMENT&#39;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 12.8px;&quot;&gt;&amp;nbsp; and s.flex_value_set_id = v.flex_value_set_id;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://querysolution.blogspot.com/2018/01/ge-value-of-dff.html</link><author>noreply@blogger.com (Umang Saini)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-3301006849231853004</guid><pubDate>Wed, 10 Jan 2018 10:49:00 +0000</pubDate><atom:updated>2018-03-27T15:27:30.258+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Oracle Apps</category><category domain="http://www.blogger.com/atom/ns#">Oracle Apps Queries</category><category domain="http://www.blogger.com/atom/ns#">Oracle BI/XML Publisher Template</category><category domain="http://www.blogger.com/atom/ns#">R12</category><title>(ref:) tag in xml publisher template</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Hi Friends,&lt;br /&gt;
&lt;div&gt;
When I was using MS Office 2010&amp;nbsp; for xml template, I face (ref:)&amp;nbsp;&lt;b&gt;&lt;ref:&gt;&lt;/ref:&gt;&lt;/b&gt;tag issue in my template field, due to which my concurrent request are going into warning.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Here are the solution for this problem.&lt;/div&gt;
&lt;div&gt;
1) Open your report template&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=7983530228595548583&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;12&quot; src=&quot;file:///C:\Users\User\AppData\Local\Temp\msohtmlclip1\01\clip_image001.gif&quot; v:shapes=&quot;_x0000_s1026&quot; width=&quot;40&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=7983530228595548583&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;12&quot; src=&quot;file:///C:\Users\User\AppData\Local\Temp\msohtmlclip1\01\clip_image001.gif&quot; style=&quot;cursor: move;&quot; v:shapes=&quot;_x0000_s1026&quot; width=&quot;40&quot; /&gt;&lt;/a&gt;2) At the above right corner, go to &lt;b&gt;Option &lt;/b&gt;button&lt;/div&gt;
&lt;div&gt;
3) On the &lt;b&gt;Build &lt;/b&gt;tab click the &lt;b&gt;Backward Compatible&amp;nbsp;&lt;/b&gt;&amp;nbsp;radio button&lt;/div&gt;
&lt;div&gt;
&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=7983530228595548583&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;12&quot; src=&quot;file:///C:\Users\User\AppData\Local\Temp\msohtmlclip1\01\clip_image001.gif&quot; style=&quot;cursor: move;&quot; v:shapes=&quot;_x0000_s1026&quot; width=&quot;40&quot; /&gt;&lt;/a&gt;4) Upload your template at XML Publisher Template&lt;/div&gt;
&lt;div&gt;
5) Run your request&lt;/div&gt;
&lt;/div&gt;
</description><link>http://querysolution.blogspot.com/2018/01/tag-in-xml-publisher-template.html</link><author>noreply@blogger.com (Umang Saini)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-6570267789704353356</guid><pubDate>Wed, 10 Jan 2018 10:20:00 +0000</pubDate><atom:updated>2018-01-10T15:53:02.900+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Oracle Report Builder</category><title>Oracle Report Builder Temporary Error</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Sometime when we use Oracle Report Builder, a popup of temporary occurs, we can solve it through some changes in registry edit.&lt;br /&gt;
Below are the steps :&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
run --- regedit --- hk_current_user_machine --- software --- oracle --- devsuitehome1 ---- report_temp.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=7983530228595548583&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;12&quot; src=&quot;file:///C:\Users\User\AppData\Local\Temp\msohtmlclip1\01\clip_image001.gif&quot; style=&quot;cursor: move;&quot; v:shapes=&quot;_x0000_s1026&quot; width=&quot;40&quot; /&gt;&lt;/a&gt;Change the value of report_temp from (C:\users\&lt;b&gt;Admin~1&lt;/b&gt;\AppData\Local\Temp) to (C:\users\&lt;b&gt;support1&lt;/b&gt;\AppData\Local\Temp)&lt;br /&gt;
&lt;br /&gt;
Here&amp;nbsp;&lt;b&gt;support1&lt;/b&gt; is my&amp;nbsp; windows user login A/c.&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;!--[if gte vml 1]&gt;&lt;v:shapetype id=&quot;_x0000_t32&quot; coordsize=&quot;21600,21600&quot;
 o:spt=&quot;32&quot; o:oned=&quot;t&quot; path=&quot;m,l21600,21600e&quot; filled=&quot;f&quot;&gt;
 &lt;v:path arrowok=&quot;t&quot; fillok=&quot;f&quot; o:connecttype=&quot;none&quot;/&gt;
 &lt;o:lock v:ext=&quot;edit&quot; shapetype=&quot;t&quot;/&gt;
&lt;/v:shapetype&gt;&lt;v:shape id=&quot;_x0000_s1028&quot; type=&quot;#_x0000_t32&quot; style=&#39;position:absolute;
 margin-left:284.45pt;margin-top:9.05pt;width:27.65pt;height:0;z-index:251660288&#39;
 o:connectortype=&quot;straight&quot;&gt;
 &lt;v:stroke endarrow=&quot;block&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;span style=&quot;height: 12px; margin-left: 378px; margin-top: 6px; mso-ignore: vglayout; position: absolute; width: 40px; z-index: 251660288;&quot;&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;_x0000_s1027&quot;
 type=&quot;#_x0000_t32&quot; style=&#39;position:absolute;margin-left:98.8pt;margin-top:9.05pt;
 width:27.65pt;height:0;z-index:251659264&#39; o:connectortype=&quot;straight&quot;&gt;
 &lt;v:stroke endarrow=&quot;block&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;/div&gt;
&lt;!--[endif]--&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;_x0000_s1026&quot;
 type=&quot;#_x0000_t32&quot; style=&#39;position:absolute;margin-left:21.9pt;margin-top:9.05pt;
 width:27.65pt;height:0;z-index:251658240&#39; o:connectortype=&quot;straight&quot;&gt;
 &lt;v:stroke endarrow=&quot;block&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;span style=&quot;height: 12px; margin-left: 28px; margin-top: 6px; mso-ignore: vglayout; position: absolute; width: 40px; z-index: 251658240;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/div&gt;
</description><link>http://querysolution.blogspot.com/2018/01/oracle-report-builder-temporary-error.html</link><author>noreply@blogger.com (Umang Saini)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-6808975627490077743</guid><pubDate>Thu, 21 Jul 2011 05:46:00 +0000</pubDate><atom:updated>2011-07-21T11:31:09.524+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">How professional you are?</category><title>How professional you are?</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div closure_uid_frakih=&quot;107&quot;&gt;The following short quiz consists of 4 questions and will tell you wheather you are qualified to be a professional. The question are not soo difficult.&lt;/div&gt;&lt;div closure_uid_frakih=&quot;107&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div closure_uid_frakih=&quot;107&quot;&gt;&lt;u&gt;Ques.1:&lt;/u&gt; &amp;nbsp;How&amp;nbsp;do you put a giraffe into a refrigerator?&lt;/div&gt;&lt;div closure_uid_frakih=&quot;107&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div closure_uid_frakih=&quot;107&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div closure_uid_frakih=&quot;107&quot;&gt;&lt;div closure_uid_9hkz6w=&quot;113&quot;&gt;Correct Answer : &lt;/div&gt;&lt;div closure_uid_9hkz6w=&quot;113&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div closure_uid_9hkz6w=&quot;113&quot;&gt;Open the refrigerator, put the giraffe and close the door.&lt;/div&gt;&lt;/div&gt;&lt;div closure_uid_frakih=&quot;107&quot;&gt;This question tests weather you tend to do simple things in an overly complicated way.&lt;/div&gt;&lt;div closure_uid_9hkz6w=&quot;107&quot; closure_uid_frakih=&quot;107&quot;&gt;&lt;br /&gt;
&lt;div closure_uid_9hkz6w=&quot;110&quot;&gt;&lt;u&gt;Ques.2 :&lt;/u&gt; How do you put an elephant into a refrigerator?&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Did you say, Open the refrigerator, put in the elephant, and close the refrigerator?&lt;br /&gt;
&lt;br /&gt;
Wrong Answer.&lt;br /&gt;
&lt;br /&gt;
Correct Answer: &lt;br /&gt;
&lt;div closure_uid_9hkz6w=&quot;112&quot;&gt;&lt;br /&gt;
&lt;/div&gt;Open the refrigerator, take out the giraffe, put in the elephant and close the door. &lt;br /&gt;
&lt;div closure_uid_9hkz6w=&quot;114&quot;&gt;This tests your ability to think through the repercussions of your previous actions.&lt;/div&gt;&lt;br /&gt;
&lt;u&gt;Ques.3 :&lt;/u&gt;&amp;nbsp;The Lion King is hosting an animal conference. All the animals attend.... except one. Which animal does not attend?&lt;br /&gt;
&lt;br /&gt;
Correct Answer: &lt;br /&gt;
&lt;br /&gt;
The Elephant. The elephant is in the refrigerator. You just put him in there. &lt;br /&gt;
&lt;br /&gt;
This tests your memory.&lt;br /&gt;
&lt;br /&gt;
Okay, even if you did not answer the first three questions correctly, you still have one more chance to show your true abilities.&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Ques.4 :&lt;/u&gt;&amp;nbsp;There is a river you must cross but it is used by crocodiles, and you do not have &lt;br /&gt;
a boat. How do you manage it?&lt;br /&gt;
&lt;br /&gt;
Correct Answer: &lt;br /&gt;
&lt;br /&gt;
You jump into the river and swim across. Have you not been listening? All the crocodiles are attending the Animal Meeting. &lt;br /&gt;
&lt;br /&gt;
This tests whether you learn quickly from your mistakes.&lt;/div&gt;&lt;/div&gt;</description><link>http://querysolution.blogspot.com/2011/07/how-professional-you-are.html</link><author>noreply@blogger.com (Umang Saini)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-6323519196272006056</guid><pubDate>Wed, 15 Jun 2011 11:08:00 +0000</pubDate><atom:updated>2011-06-15T16:54:00.473+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Interview Skill</category><title>Tips after an interview</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Right after a job interview, &lt;span lang=&quot;EN&quot; style=&quot;mso-ansi-language: EN; mso-bidi-language: AR-SA; mso-fareast-font-family: &#39;Times New Roman&#39;; mso-fareast-language: EN-US;&quot;&gt;you could either be supremely confident or faintly worried. Either way, we feel pretty relieved when it is all over. Perceptions about interviews usually depend on the interviewer&#39;s likeability and first impressions. It is, therefore, important to remember some statutory courtesies in order to have a positive interaction and favourable result.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;u&gt;After an interview shoot a thank you&amp;nbsp;email or letter&lt;/u&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;span lang=&quot;EN&quot; style=&quot;font-family: inherit; mso-ansi-language: EN; mso-bidi-language: AR-SA; mso-fareast-font-family: &#39;Times New Roman&#39;; mso-fareast-language: EN-US;&quot;&gt;Many interviewees think that once the face-to-face interview is over, the interview process is complete. However, this is not the case. The job interview is just the beginning. Once the personal interview is done, the company mulls, evaluates and decides the best candidate who would best suit the job profile and company.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Therefore, it is a good idea &lt;span lang=&quot;EN&quot; style=&quot;mso-ansi-language: EN; mso-bidi-language: AR-SA; mso-fareast-font-family: &#39;Times New Roman&#39;; mso-fareast-language: EN-US;&quot;&gt;to remain in touch with the interviewer and the company in general. One of the best ways to do so is to drop them a ?Thank You? note. If you have been in touch with company or interviewer via e-mail, then one should email such a note within 24 hours after the interview. Interviewers have short memories. So, this is your final chance to stand apart from all of the others who want the same position.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;u&gt;Follow up after the interview if there&amp;nbsp;is no any response&lt;/u&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;span lang=&quot;EN&quot; style=&quot;font-family: inherit; mso-ansi-language: EN; mso-bidi-language: AR-SA; mso-fareast-font-family: &#39;Times New Roman&#39;; mso-fareast-language: EN-US;&quot;&gt;How long should you wait before you call the company or interviewer? Usually, if there is no response within sometime, you will start worrying about whether it is appropriate to call back and check hiring status. &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;u&gt;When to call&lt;/u&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;span lang=&quot;EN&quot; style=&quot;font-family: inherit; mso-ansi-language: EN; mso-bidi-language: AR-SA; mso-fareast-font-family: &#39;Times New Roman&#39;; mso-fareast-language: EN-US;&quot;&gt;Post-interview it is best to give a gap of two to three days before you make the first follow up call. One of the most important things to keep in mind during the call is that one should be succinct and brief. Another important aspect is to chalk out a time when to call. The best time to call the interviewer is after lunch or an hour before closing time. This will ensure that you have a comfortable time frame to speak to the interviewer.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;u&gt;Whom to call&lt;/u&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;span lang=&quot;EN&quot; style=&quot;font-family: inherit; mso-ansi-language: EN;&quot;&gt;Interviewees are sometimes confused about who to follow up with after the interview?the human resource team or the interviewer directly. This situation is more confusing if there was more than one interviewer. In such circumstances, it is best to first check with the human resource team on the hiring status.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span lang=&quot;EN&quot; style=&quot;font-family: inherit; mso-ansi-language: EN;&quot;&gt;&lt;strong&gt;&lt;u&gt;What to say&lt;/u&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span lang=&quot;EN&quot; style=&quot;mso-ansi-language: EN;&quot;&gt;&lt;span lang=&quot;EN&quot; style=&quot;font-family: inherit; mso-ansi-language: EN; mso-bidi-language: AR-SA; mso-fareast-font-family: &#39;Times New Roman&#39;; mso-fareast-language: EN-US;&quot;&gt;Begin the conversation by thanking the person for the opportunity to interview with the company. Recap some of the conversational highlights and clarify any information you need to check on. Use the last paragraph as the chance to state, ?The job is a good fit for me because of XYZ, and my past experience in XYZ?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;u&gt;Continue&amp;nbsp;your job search&lt;/u&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;span lang=&quot;EN&quot; style=&quot;font-family: inherit; mso-ansi-language: EN;&quot;&gt;While waiting to hear from the company after the job interview, you should not ignore other interview calls because you are waiting to hear back from the current interview. Even if you are convinced that you have got the job, there can be many slips between the cup and the lip. It is also a good idea to critique your previous performance and use the experience to polish your interviewing skills.&lt;/span&gt;&lt;/div&gt;</description><link>http://querysolution.blogspot.com/2011/06/tips-after-interview.html</link><author>noreply@blogger.com (Umang Saini)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-4793098216557141428</guid><pubDate>Mon, 04 Apr 2011 12:24:00 +0000</pubDate><atom:updated>2011-04-04T17:54:05.129+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Oracle</category><title>FRM 10142 : HTTP Listner is not running at port 8889.</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyAGOTvn6WzESyhNifRPcZUpUaZBWb6TFL9uf7y5S1qRelpjd_lcO4KVZukgahBlE_9XhA_El1a0e8vlcIqCiP3JZS8cOTCdfvjtkec-X35Ml2Rz4ual27IHA2Br0Fqh4kDHWiLcOZTKM/s1600/Error_FRM-10142_Listner.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;143&quot; r6=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyAGOTvn6WzESyhNifRPcZUpUaZBWb6TFL9uf7y5S1qRelpjd_lcO4KVZukgahBlE_9XhA_El1a0e8vlcIqCiP3JZS8cOTCdfvjtkec-X35Ml2Rz4ual27IHA2Br0Fqh4kDHWiLcOZTKM/s400/Error_FRM-10142_Listner.JPG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Hi Friends, It is a common problem when we are working with Form, oftenly every newbie user face these type of prob. and ofcourse I was&amp;nbsp; also one of you, I&amp;nbsp;also got rid of to face the same, now can&#39;t see you bother anymore, so here we go for the solution :-&lt;br /&gt;
Click on start - All programs - Oracle Developer Suite - Form Developer - Start OC4J Instatnce.&lt;br /&gt;
&lt;br /&gt;
Okay, Best of Luck.&lt;/div&gt;</description><link>http://querysolution.blogspot.com/2011/04/frm-10142-http-listner-is-not-running.html</link><author>noreply@blogger.com (Umang Saini)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyAGOTvn6WzESyhNifRPcZUpUaZBWb6TFL9uf7y5S1qRelpjd_lcO4KVZukgahBlE_9XhA_El1a0e8vlcIqCiP3JZS8cOTCdfvjtkec-X35Ml2Rz4ual27IHA2Br0Fqh4kDHWiLcOZTKM/s72-c/Error_FRM-10142_Listner.JPG" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-3067929013329536897</guid><pubDate>Thu, 03 Mar 2011 07:24:00 +0000</pubDate><atom:updated>2011-03-03T12:58:53.825+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Oracle</category><title>Get rid of from slow speed of PC</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Hi guys if&amp;nbsp;your PC&amp;nbsp;is working slowly and you have installed many heavy&amp;nbsp;softwares then you can use &quot;services.msc via&amp;nbsp;start- run&quot; and some of&amp;nbsp;softwares which&amp;nbsp;are not being use,&amp;nbsp; you can stop&amp;nbsp;their services. &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;For example I have installed Oracle and whenever I don&#39;t need to work with it, I use this solution and stop the OracleServicesORCL (Start-Run-Services.msc-OracleServicesORCL). and one more thing don&#39;t forget to set the &lt;strong&gt;startup type as manually.&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial;&quot;&gt;Moreover we should delete our temporary/unused file via &quot;disk cleanup&quot;&amp;nbsp; and&amp;nbsp;can use&amp;nbsp;defragment tool.&lt;/span&gt;&lt;/div&gt;</description><link>http://querysolution.blogspot.com/2011/03/get-rid-of-from-slow-speed-of-pc.html</link><author>noreply@blogger.com (Umang Saini)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-1202646685625813532</guid><pubDate>Thu, 03 Mar 2011 06:47:00 +0000</pubDate><atom:updated>2011-03-03T12:33:40.295+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Oracle</category><title>ORA-12154: TNS:could not resolve connect identifer specified during Toad</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;Hi friends, &lt;br /&gt;
First of all thnx for visit us to find the solution of your problem.&lt;br /&gt;
I also got rid off this problem, after a long&amp;nbsp; r&amp;amp;d period I got the simplest solution. If this &lt;span style=&quot;font-size: large;&quot;&gt;ORA-12154: TNS:could not resolve&amp;nbsp;connect identifer specified&amp;nbsp;&lt;/span&gt;error is making you worried then here is the solutin of your prob.&lt;br /&gt;
U have to find the file &lt;strong&gt;&lt;u&gt;tnsnames.ora&lt;/u&gt;&lt;/strong&gt;&amp;nbsp; perhaps this file will be in this directory &lt;strong&gt;&quot;oracle\product\10.2.0\db_1\NETWORK\ADMI\tnsnames.ora&quot;&lt;/strong&gt;&amp;nbsp; copy the file (tnsnames.ora) and then paste it in the &lt;strong&gt;Toad&lt;/strong&gt;&amp;nbsp;folder.&lt;br /&gt;
&lt;br /&gt;
Sometime this error may be cause due to stop any oracle&amp;nbsp;services from (Start-Run-services.msc) and just make start the OracleServiceORCL.&lt;br /&gt;
&lt;br /&gt;
I hope you get your right solution. Thanks.&lt;/div&gt;</description><link>http://querysolution.blogspot.com/2011/03/ora-12154-tnscould-not-resolve-connect.html</link><author>noreply@blogger.com (Umang Saini)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-2454370824515023309</guid><pubDate>Sat, 03 Jul 2010 12:38:00 +0000</pubDate><atom:updated>2010-07-03T18:44:59.683+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Interview Skill</category><title>Interveiw : Question and Answer - 1</title><description>&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;strong&gt;Ques:&lt;/strong&gt; &lt;strong&gt;Name of company, position title and description, dates of employment.&lt;/strong&gt; &lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;strong&gt;Ans :&lt;/strong&gt; Interviewers expect a candidate for employment to be able to review their work history in&amp;nbsp; detail.&amp;nbsp; Be&amp;nbsp;&amp;nbsp; prepared to tell the interviewer the names of the companies you worked for, your job title, your starting and ending dates of employment, how much you earned and what your job entailed. &lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;You&#39;d be surprised how many job applicants fumble when asked about prior employment. Don&#39;t be one of them! Refresh your memory prior to the interview by reviewing your resume, so, you can speak about your prior work history in detail and accurately. &lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;strong&gt;Ques : What were your expectations for the job and to what extent were they met?&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;strong&gt;Ans :&lt;/strong&gt; In many cases, interviewers will want to know what you expected from your last job when you were hired, so, be be prepared to answer the interview question &quot;What were your expectations for the job and to what extent were they met?&quot; &lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;There isn&#39;t a right or wrong answer to this question. The best way to respond is to discuss what you expected when you took the job and give examples of how the position worked out for you. If the job wasn&#39;t exactly what you expected, it&#39;s fine to mention that. However, you should focus on the job itself, not the company, your boss, or your co-workers (if they were a problem). Do be careful how you answer and don&#39;t focus too much on the negative. Instead, address the highlights of the job. &lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;When responding, be specific. Prepare some examples to share with the interviewer in advance. For example, if your job involved creating web applications using Cold Fusion, discuss the specific programs you developed and the responsibilities you were given. If you were provided training and opportunities for professional development to help you achieve your goals, mention that, as well. &lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;strong&gt;Ques : What were your starting and final levels of compensation?&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;strong&gt;Ans :&lt;/strong&gt; Interviewers expect a candidate for employment to be able to provide the details of their compensation history. Be prepared to tell the interviewer how much you earned at each of your prior positions. &lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Make sure that what you tell the interviewer matches what you listed on your job application. Refresh your memory prior to the interview by reviewing your compensation history, so, you can speak in detail and accurately. Don&#39;t exaggerate or inflate your earnings. Many employers will check references and confirm your salary history prior to making a job offer. A discrepancy between what you reported and what the employer says could knock you out of contention for the job. &lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;The best way to prepare is to download a sample job application ahead of time. Complete the sample application and review it prior to the interview. &lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;strong&gt;Ques : What Was it Like Working for Your Supervisor?&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;strong&gt;Ans : &lt;/strong&gt;A typical interview question is &quot;What Was it Like Working for Your Supervisor?&quot; The reason it&#39;s asked it to find out how you got along with your boss. Be careful how your answer. Interviewers don&#39;t like to hear too much (or much at all) about bad bosses because it could be someone from their company that you&#39;re talking about next time around. &lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;I once had a job applicant who spent 10 minutes responding to this question. She told me how awful her boss was and how her company was a terrible place to work. It so happened that her boss was a good friend and golfing buddy of my boss - our company&#39;s CEO - and the company was one of our biggest clients. Of course, she didn&#39;t get the job.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Don&#39;t make the same mistake she did. Instead, accentuate the positive and minimize any difficult situations. Discuss the strengths your past supervisors had and how they helped you succeed in your positions. &lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;strong&gt;Ques : What major challenges and problems did you face? How did you handle them? &lt;br /&gt;
&lt;br /&gt;
Ans : &lt;/strong&gt;When asked the job interview question &quot;How did you handle a challenge?&quot; Be sure to include specific examples of how you handled a particular difficult situation. Discuss how you researched the issue and contributed to finding a solution. Examples of good responses include: &lt;br /&gt;
&amp;nbsp;- During a difficult financial period, I was able to satisfactorily negotiate repayment schedules with multiple&amp;nbsp; vendors. &lt;br /&gt;
&amp;nbsp;- When the software development of our new product stalled, I coordinated the team which managed to get the schedule back on track. We were able to successfully troubleshoot the issues and solve the problems, within a very short period of time. &lt;br /&gt;
- A long-term client was about to take their business to a competitor. I met with the customer and was able to change how we handled the account on a day-to-day basis, in order to keep the business. &lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;strong&gt;Ques : Why are you leaving your job?&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Ans :&lt;/strong&gt; One of the questions that is typically asked in an interview is &quot;Why are you leaving your job?&quot; or &quot;Why did you leave your job?&quot; if you have already moved on. If you were fired from your job, use these answers to respond. If you left of your own accord, review these suggestions on how best to answer and tailor your response to meet your particular situation. Be direct and focus your interview answer on the future, especially if your leaving wasn&#39;t under the best of circumstances.&lt;br /&gt;
Don&#39;t Badmouth Your Boss&lt;br /&gt;
Regardless of why you left, don&#39;t speak badly about your previous employer. The interviewer may wonder if you will be bad-mouthing his company next time you&#39;re looking for work. I once interviewed a person who told me that her last employer was terrible. They didn&#39;t pay her enough, the hours were awful and she hated the job. That company happened to be my company&#39;s biggest, and most important, customer. And there is no way I would have hired someone who felt that way, justified or not, about our valuable client. So, she gave up any opportunity of getting the job as soon as she answered the &quot;Why did you leave?&quot; question. &lt;br /&gt;
&lt;br /&gt;
Prepare answers to typical job interview questions, like this one, in advance. Practice your responses so you sound positive, and clear, about your circumstances and your goals for the future. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Ques : What is your greatest weakness?&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Ans :&lt;/strong&gt; When you&#39;re asked what your greatest weakness is, try to turn a negative into a positive. For example, a sense of urgency to get projects completed or wanting to triple-check every item in a spreadsheet can be turned into a strength i.e. you are a candidate who will make sure that the project is done on time and your work will be close to perfect. &lt;br /&gt;
Note that the term &quot;weakness&quot; isn&#39;t used in the sample answers - you always want to focus on the positive when interviewing. &lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Sample Answers&lt;/u&gt; :&lt;br /&gt;
&lt;br /&gt;
1. When I&#39;m working on a project, I don&#39;t want just to meet deadlines. Rather, I prefer to complete the project well ahead of schedule. &lt;br /&gt;
2. Being organized wasn&#39;t my strongest point, but I implemented a time management system that really helped my organization skills. &lt;br /&gt;
3. I like to make sure that my work is perfect, so I tend to perhaps spend a little too much time checking it. However, I&#39;ve come to a good balance by setting up a system to ensure everything is done correctly the first time. &lt;br /&gt;
4. I used to wait until the last minute to set appointments for the coming week, but I realized that scheduling in advance makes much more sense. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;
&amp;nbsp; &lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;strong&gt;Ques : What is your greatest strength?&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;strong&gt;Ans :&lt;/strong&gt; This is one of the easier interview questions you&#39;ll be asked. When you are asked questions about your strengths, it&#39;s important to discuss attributes that will qualify you for the job. The best way to respond is to describe the skills and experience that directly correlate with the job you are applying for. &lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Sample Answers :&lt;/u&gt;&lt;br /&gt;
&lt;br /&gt;
1. When I&#39;m working on a project, I don&#39;t want just to meet deadlines. Rather, I prefer to complete the project well ahead of schedule. &lt;br /&gt;
2. I have exceeded my sales goals every quarter and I&#39;ve earned a bonus each year since I started with my current employer. &lt;br /&gt;
3. My time management skills are excellent and I&#39;m organized, efficient, and take pride in excelling at my work. &lt;br /&gt;
4. I pride myself on my customer service skills and my ability to resolve what could be difficult situations. &lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;strong&gt;&lt;br /&gt;
&lt;/strong&gt;</description><link>http://querysolution.blogspot.com/2010/07/ques-name-of-company-position-title-and.html</link><author>noreply@blogger.com (Umang Saini)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-6619418960275680</guid><pubDate>Sat, 03 Jul 2010 07:51:00 +0000</pubDate><atom:updated>2010-07-03T17:14:33.052+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Interview Skill</category><title>How to prepare for Interview</title><description>&lt;p&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlT3rWBcA318z5SymtGq8lmfo1KR7EwlVL0HaNdkTPBTEbwbeRuVfvUEyE4gl6RUV_fIp20eGcNx1YPLDSIwl3y_0ZmP-JVQtHGSXFZ6Fc1GOpEAjGwnokxlBbP-se_7utUDaCEbdyatw/s1600/interview+model.gif&quot;&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5489633245809975538&quot; style=&quot;FLOAT: right; MARGIN: 0px 0px 10px 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 298px&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlT3rWBcA318z5SymtGq8lmfo1KR7EwlVL0HaNdkTPBTEbwbeRuVfvUEyE4gl6RUV_fIp20eGcNx1YPLDSIwl3y_0ZmP-JVQtHGSXFZ6Fc1GOpEAjGwnokxlBbP-se_7utUDaCEbdyatw/s400/interview+model.gif&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Good communication is the key to a good interview; you need to know what you want and why you are there, and be able to convey that to the employer. You are trying to convince the employer that you would be a positive and beneficial addition to their company or business.&lt;br /&gt;&lt;br /&gt;Know yourself. Know what your personal and career goals are, and how they fit with the company’s goals. It can be a good idea to do some research on the company beforehand, to get an idea of what it does, what it believes in and even who the company works with or competes against.&lt;br /&gt;&lt;br /&gt;You should also study the job description carefully, and be able to talk about the skills you have that are listed in that description, as well as other skills that may apply to the position. Be able to discuss where or how you acquired these skills, and how you might best put them to use for the company. &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilXTqWVt3Ib-v0-iDwj4Fpat5wtz32u1-Y0x9O_-4rrqA1axJqOdUDdMT1Udx62f2c5kG-g2allXgBR5P9CLNC8LSkeb5Hmw8yxi7nL5xSWMsbpfhtXjXo_tvAaIAtyt0sROr96722hQM/s1600/interview.bmp&quot;&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5489589545979919154&quot; style=&quot;WIDTH: 400px; CURSOR: hand; HEIGHT: 299px&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilXTqWVt3Ib-v0-iDwj4Fpat5wtz32u1-Y0x9O_-4rrqA1axJqOdUDdMT1Udx62f2c5kG-g2allXgBR5P9CLNC8LSkeb5Hmw8yxi7nL5xSWMsbpfhtXjXo_tvAaIAtyt0sROr96722hQM/s400/interview.bmp&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Practice answering questions. While this may seem silly, it will go a long way to preparing you for an interview. Nerves and adrenaline make people inclined to rush or babble, two things that should be avoided during an interview. Practicing beforehand will help to combat this.&lt;br /&gt;&lt;br /&gt;Most interviews will consist of fairly similar questions. Some will, of course, be specific to the job and company, but you will likely always be asked about past jobs, past projects, hobbies and interests, your ability to work as part of a team and/or to be a leader. Keep your answers brief and to the point, without leaving out any important information. Always focus on the positive.&lt;br /&gt;&lt;br /&gt;Dress well. Regardless of a winning personality or stunning intelligence, much of a first impression is based on physical appearance. Follow the old adage to “dress for success” and demonstrate by your attire and how you carry yourself that you &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEE-Q6UzcX1qk3GPuiJnvemOIkk1YWQleDUmp9XH3wQji-IXFoznh3QZcWklndYeNRCG7_4G8xLxnL5C-pXv1Kg8Gw2J_ToN1lbyIOLNXaDzomebHDOFZ2KwUggD-Qbp7iEHrAz4e3s4k/s1600/InterviewSkills-2.GIF&quot;&gt;&lt;/a&gt;&lt;br /&gt;are professional, organized and confident.&lt;br /&gt;&lt;strong&gt;&lt;u&gt;During the Interview&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;The first few minutes are crucial; studies have shown that interviewers form their overall impression of applicants within the first four minutes of the interview. Be sure to keep in mind the following basic things:&lt;br /&gt;1. Calm, confident and professional.&lt;br /&gt;2. Stand tall.&lt;br /&gt;3. Make eye contact.&lt;br /&gt;4. Shake hands firmly.&lt;br /&gt;5. Be polite; use the formal address of Mr., Ms., unless invited to do otherwise.&lt;br /&gt;6. Wait for invitation; do not sit until invited to do so. Sit straight and tall and look attentive and enthusiastic.&lt;br /&gt;All of these things indicate that you want to be there and that you are What to Expect&lt;br /&gt;All interviews have certain basic elements in common. When you first arrive, the interviewer will likely try to put you at your ease with some small talk. This may include discussion of the weather or current events, or questions about your interests and hobbies.&lt;br /&gt;&lt;br /&gt;Respond appropriately. Be warm and conversational, but don’t ramble. Remember that your hobbies, your life in general, will reflect to the employer who you are and what kind of employee you might be.&lt;br /&gt;&lt;br /&gt;The body of the interview will likely begin with the interviewer giving a detailed description of the job. This is an opportunity for you to ask intelligent questions and demonstrate what you know about the position and the company.&lt;br /&gt;&lt;br /&gt;The main portion of the interview is all about you, the applicant. You will be asked to answer questions about yourself: your skills, applicable studies and training, past work experience, etc.&lt;br /&gt;&lt;br /&gt;Remember to make eye contact, keep your answers succinct but thorough, and focus on the positive. Be enthusiastic and use good grammar; do your best to avoid too many “um”s, “ah”s, “you know”s and other such fillers.&lt;br /&gt;Don’t fidget or exhibit other distracting nervous mannerisms, and don’t offer any negative information about yourself or criticize previous employers.&lt;br /&gt;&lt;br /&gt;Remember, this is your chance to make a great impression in person and get the job you want. Make sure you are well prepared and practice answering questions before the interview. During the interview be sure to make eye contact, shake hands firmly, sit up straight and show enthusiasm. Be confident and give it your best.&lt;/p&gt;&lt;p&gt;&quot;Best of luck&quot;&lt;/p&gt;</description><link>http://querysolution.blogspot.com/2010/07/interview-skill.html</link><author>noreply@blogger.com (Umang Saini)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlT3rWBcA318z5SymtGq8lmfo1KR7EwlVL0HaNdkTPBTEbwbeRuVfvUEyE4gl6RUV_fIp20eGcNx1YPLDSIwl3y_0ZmP-JVQtHGSXFZ6Fc1GOpEAjGwnokxlBbP-se_7utUDaCEbdyatw/s72-c/interview+model.gif" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-9134130755238490124</guid><pubDate>Thu, 01 Jul 2010 16:44:00 +0000</pubDate><atom:updated>2010-07-03T18:21:47.974+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">HTML</category><title>LETS LEARN HTML</title><description>&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;The language used to develop web pages is called Hyper Text Markup Language(HTML). HTML is the language interpreted by a browser. Web pages are also called HTML documents. HTML is a set of special codes that can be embedded in text to add formating and linking information. HTML is specified as TAGS in an HTML documents (i.e the web pages).&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;HTML is a case insensitive language. We can use our tags in capital or small word.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;b&gt;Now we are going to learn step by step :&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEKWxPhrpBCv6ejg5HfA8H1SFuaHT9wUV7PcPTWpizxtaLThj7O36e6uhQyuTWXm082yVw9ibn7uU3ac3xnz3_tXfRWBskyyPzne39OTsVdiqENSg4lG6_XyKquDy637hw0cwxDe2g3aM/s1600/HTML_Learning.png&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5489293775180956146&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEKWxPhrpBCv6ejg5HfA8H1SFuaHT9wUV7PcPTWpizxtaLThj7O36e6uhQyuTWXm082yVw9ibn7uU3ac3xnz3_tXfRWBskyyPzne39OTsVdiqENSg4lG6_XyKquDy637hw0cwxDe2g3aM/s400/HTML_Learning.png&quot; style=&quot;cursor: hand; height: 89px; width: 170px;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><link>http://querysolution.blogspot.com/2010/07/lets-learn-html-language-used-to.html</link><author>noreply@blogger.com (Umang Saini)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEKWxPhrpBCv6ejg5HfA8H1SFuaHT9wUV7PcPTWpizxtaLThj7O36e6uhQyuTWXm082yVw9ibn7uU3ac3xnz3_tXfRWBskyyPzne39OTsVdiqENSg4lG6_XyKquDy637hw0cwxDe2g3aM/s72-c/HTML_Learning.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-263385415693073029</guid><pubDate>Sat, 29 May 2010 11:33:00 +0000</pubDate><atom:updated>2010-07-03T17:44:43.917+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Exam Results</category><title>Examination Results</title><description>&lt;span style=&quot;font-family: arial;&quot;&gt;Dear Friends,&lt;br /&gt;
Best of luck for your exam&#39;s result. We wish you for a bright future. &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;u&gt;&lt;strong&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;Board Results&lt;/span&gt;&lt;/strong&gt;&lt;/u&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;CBSE - Secondary School Examination (Class X) Results May 2010 :-&lt;/span&gt;&lt;a href=&quot;http://cbseresults.nic.in/class10/cbse10.htm&quot;&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;http://cbseresults.nic.in/class10/cbse10.htm&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;U.P Board - Inter Mediate (Class XII) Examination Result May 2010 :-&lt;a href=&quot;http://upresults.nic.in/In2010/InterGetRoll.htm&quot;&gt;http://upresults.nic.in/In2010/InterGetRoll.htm&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;U. P. Board High School (Class X) Examination - 2010 Results to be announced on 1st June 2010.&lt;/li&gt;
&lt;li&gt;Rajashthan Board (12th class) Examination Result (Science, Commerce &amp;amp; Art) June 2010 :- &lt;a href=&quot;http://rajresults.nic.in/&quot;&gt;http://rajresults.nic.in/&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;&lt;strong&gt;&lt;/strong&gt;2.&lt;strong&gt; &lt;u&gt;University Results&lt;/u&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;BANARAS HINDU UNIVERSITY(PMT Examination Results-2010) announced on 17 May :-&lt;/span&gt;&lt;a href=&quot;http://upresults.nic.in/bhuresults/bhupmtresult.htm&quot;&gt;http://upresults.nic.in/bhuresults/bhupmtresult.htm&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Uttar Pradesh Technical University (UPTU)- SEE-UPTU-2010 Results is going to announced soon.&lt;/li&gt;
&lt;/ul&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;&lt;/span&gt;</description><link>http://querysolution.blogspot.com/2010/05/dear-friends-best-of-luck-for-your.html</link><author>noreply@blogger.com (Umang Saini)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7983530228595548583.post-8907960532521226309</guid><pubDate>Fri, 28 May 2010 19:37:00 +0000</pubDate><atom:updated>2010-07-03T17:50:08.853+05:30</atom:updated><title>Welcome to the Query Solution</title><description>Hi Friends, first of all you are most welcome.&lt;br /&gt;
This blog is about your query&#39;s&amp;nbsp;solution, we welcome your every query and try to give our best solution&amp;nbsp;to make you one more step forward towards your goal.&lt;br /&gt;
&quot;Best&amp;nbsp;of luck&quot; ---&amp;nbsp;Thanks</description><link>http://querysolution.blogspot.com/2010/05/hi-friends-first-of-all-you-are-most.html</link><author>noreply@blogger.com (Umang Saini)</author><thr:total>1</thr:total></item></channel></rss>