DBA Data[Home] [Help]

APPS.PO_JL_INTERFACE_PVT dependencies on STANDARD

Line 50: /*Bug#4430300 Replaced the references to JLBR data types with the po standard data types

46: -- means there is no error for that element in the table.
47: --End of Comments
48: --------------------------------------------------------------------------------
49:
50: /*Bug#4430300 Replaced the references to JLBR data types with the po standard data types
51: and also removed all the JL_BR package references */
52:
53: PROCEDURE get_trx_reason_code
54: ( p_fsp_inv_org_id IN NUMBER

Line 136: /*Bug#4430300 Replaced the references to JLBR data types with the po standard data types */

132:
133: l_api_name CONSTANT VARCHAR2(30) := 'get_trx_reason_code_2';
134: l_progress VARCHAR2(3);
135:
136: /*Bug#4430300 Replaced the references to JLBR data types with the po standard data types */
137:
138: l_trx_reason_code_tbl po_tbl_varchar100 ;
139: l_error_code_tbl po_tbl_number;
140: