DBA Data[Home] [Help]

APPS.CSD_INTERNAL_ORDERS_PVT dependencies on CSD_RECEIVE_PVT

Line 1895: fnd_log.string(G_LEVEL_PROCEDURE, lc_api_name,'Calling csd_receive_pvt.rcv_req_online to auto receive internal requisitions');

1891: x_request_group_id => x_request_group_id);
1892:
1893: -- call the receive API to receive the lines.
1894: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
1895: fnd_log.string(G_LEVEL_PROCEDURE, lc_api_name,'Calling csd_receive_pvt.rcv_req_online to auto receive internal requisitions');
1896: END IF;
1897: csd_receive_pvt.rcv_req_online
1898: (p_api_version => 1.0,
1899: p_init_msg_list => fnd_api.g_false,

Line 1897: csd_receive_pvt.rcv_req_online

1893: -- call the receive API to receive the lines.
1894: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
1895: fnd_log.string(G_LEVEL_PROCEDURE, lc_api_name,'Calling csd_receive_pvt.rcv_req_online to auto receive internal requisitions');
1896: END IF;
1897: csd_receive_pvt.rcv_req_online
1898: (p_api_version => 1.0,
1899: p_init_msg_list => fnd_api.g_false,
1900: p_commit => fnd_api.g_false,
1901: p_validation_level => fnd_api.g_valid_level_full,