DBA Data[Home] [Help]

APPS.PO_REQIMP_S dependencies on PO_TBL_NUMBER

Line 234: l_transaction_id_tbl po_tbl_number;

230: l_fsp_inv_org_id FINANCIALS_SYSTEM_PARAMS_ALL.inventory_organization_id%TYPE;
231: l_org_id FINANCIALS_SYSTEM_PARAMS_ALL.org_id%TYPE;
232:
233: /*Bug#4430300 Replaced the references to JLBR data types with the po standard data types */
234: l_transaction_id_tbl po_tbl_number;
235: l_dest_org_id_tbl po_tbl_number;
236: l_item_id_tbl po_tbl_number;
237: l_trx_reason_code_tbl po_tbl_varchar100;
238: l_error_code_tbl po_tbl_number;

Line 235: l_dest_org_id_tbl po_tbl_number;

231: l_org_id FINANCIALS_SYSTEM_PARAMS_ALL.org_id%TYPE;
232:
233: /*Bug#4430300 Replaced the references to JLBR data types with the po standard data types */
234: l_transaction_id_tbl po_tbl_number;
235: l_dest_org_id_tbl po_tbl_number;
236: l_item_id_tbl po_tbl_number;
237: l_trx_reason_code_tbl po_tbl_varchar100;
238: l_error_code_tbl po_tbl_number;
239:

Line 236: l_item_id_tbl po_tbl_number;

232:
233: /*Bug#4430300 Replaced the references to JLBR data types with the po standard data types */
234: l_transaction_id_tbl po_tbl_number;
235: l_dest_org_id_tbl po_tbl_number;
236: l_item_id_tbl po_tbl_number;
237: l_trx_reason_code_tbl po_tbl_varchar100;
238: l_error_code_tbl po_tbl_number;
239:
240: BEGIN

Line 238: l_error_code_tbl po_tbl_number;

234: l_transaction_id_tbl po_tbl_number;
235: l_dest_org_id_tbl po_tbl_number;
236: l_item_id_tbl po_tbl_number;
237: l_trx_reason_code_tbl po_tbl_varchar100;
238: l_error_code_tbl po_tbl_number;
239:
240: BEGIN
241: l_progress := '000';
242: