DBA Data[Home] [Help]

APPS.PO_REQIMP_S dependencies on PO_TBL_NUMBER

Line 197: l_transaction_id_tbl po_tbl_number;

193: l_fsp_inv_org_id FINANCIALS_SYSTEM_PARAMS_ALL.inventory_organization_id%TYPE;
194: l_org_id FINANCIALS_SYSTEM_PARAMS_ALL.org_id%TYPE;
195:
196: /*Bug#4430300 Replaced the references to JLBR data types with the po standard data types */
197: l_transaction_id_tbl po_tbl_number;
198: l_dest_org_id_tbl po_tbl_number;
199: l_item_id_tbl po_tbl_number;
200: l_trx_reason_code_tbl po_tbl_varchar100;
201: l_error_code_tbl po_tbl_number;

Line 198: l_dest_org_id_tbl po_tbl_number;

194: l_org_id FINANCIALS_SYSTEM_PARAMS_ALL.org_id%TYPE;
195:
196: /*Bug#4430300 Replaced the references to JLBR data types with the po standard data types */
197: l_transaction_id_tbl po_tbl_number;
198: l_dest_org_id_tbl po_tbl_number;
199: l_item_id_tbl po_tbl_number;
200: l_trx_reason_code_tbl po_tbl_varchar100;
201: l_error_code_tbl po_tbl_number;
202:

Line 199: l_item_id_tbl po_tbl_number;

195:
196: /*Bug#4430300 Replaced the references to JLBR data types with the po standard data types */
197: l_transaction_id_tbl po_tbl_number;
198: l_dest_org_id_tbl po_tbl_number;
199: l_item_id_tbl po_tbl_number;
200: l_trx_reason_code_tbl po_tbl_varchar100;
201: l_error_code_tbl po_tbl_number;
202:
203: BEGIN

Line 201: l_error_code_tbl po_tbl_number;

197: l_transaction_id_tbl po_tbl_number;
198: l_dest_org_id_tbl po_tbl_number;
199: l_item_id_tbl po_tbl_number;
200: l_trx_reason_code_tbl po_tbl_varchar100;
201: l_error_code_tbl po_tbl_number;
202:
203: BEGIN
204: l_progress := '000';
205: