DBA Data[Home] [Help]

APPS.PO_JL_INTERFACE_PVT dependencies on PO_TBL_NUMBER

Line 7: , p_inventory_org_id_tbl IN po_tbl_number

3:
4: /*Bug#4430300 Replaced the references to JLBR data types with the po standard data types */
5: PROCEDURE get_trx_reason_code
6: ( p_fsp_inv_org_id IN NUMBER
7: , p_inventory_org_id_tbl IN po_tbl_number
8: , p_item_id_tbl IN po_tbl_number
9: , p_org_id IN NUMBER
10: , x_return_status OUT NOCOPY VARCHAR2
11: , x_trx_reason_code_tbl OUT NOCOPY po_tbl_varchar100

Line 8: , p_item_id_tbl IN po_tbl_number

4: /*Bug#4430300 Replaced the references to JLBR data types with the po standard data types */
5: PROCEDURE get_trx_reason_code
6: ( p_fsp_inv_org_id IN NUMBER
7: , p_inventory_org_id_tbl IN po_tbl_number
8: , p_item_id_tbl IN po_tbl_number
9: , p_org_id IN NUMBER
10: , x_return_status OUT NOCOPY VARCHAR2
11: , x_trx_reason_code_tbl OUT NOCOPY po_tbl_varchar100
12: , x_error_code_tbl OUT NOCOPY po_tbl_number

Line 12: , x_error_code_tbl OUT NOCOPY po_tbl_number

8: , p_item_id_tbl IN po_tbl_number
9: , p_org_id IN NUMBER
10: , x_return_status OUT NOCOPY VARCHAR2
11: , x_trx_reason_code_tbl OUT NOCOPY po_tbl_varchar100
12: , x_error_code_tbl OUT NOCOPY po_tbl_number
13: );
14:
15: PROCEDURE get_trx_reason_code
16: ( p_fsp_inv_org_id IN NUMBER