DBA Data[Home] [Help]

APPS.PV_PRGM_APPROVAL_PVT dependencies on PV_ORDER_MGMT_PVT

Line 2988: PV_ORDER_MGMT_PVT.book_order

2984:
2985: ----DBMS_OUTPUT.PUT_LINE('after copy2');
2986: IF l_order_header_id is not null THEN
2987: ----DBMS_OUTPUT.PUT_LINE('before book order');
2988: PV_ORDER_MGMT_PVT.book_order
2989: (
2990: p_api_version_number =>1.0
2991: ,p_init_msg_list => Fnd_Api.g_false
2992: ,p_commit => Fnd_Api.g_false

Line 3072: PV_ORDER_MGMT_PVT.cancel_order

3068: END IF;
3069:
3070:
3071: IF l_order_header_id is not null THEN
3072: PV_ORDER_MGMT_PVT.cancel_order
3073: (
3074: p_api_version_number =>1.0
3075: ,p_init_msg_list => Fnd_Api.g_false
3076: ,p_commit => Fnd_Api.g_false