DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on PO_SHARED_PROC_PVT

Line 1393: PO_SHARED_PROC_PVT.get_ou_and_coa_from_inv_org(

1389: (x_type_lookup_code <> 'BLANKET'))
1390: THEN
1391:
1392: -- Get the Ship-to OU's Chart of Accounts ID
1393: PO_SHARED_PROC_PVT.get_ou_and_coa_from_inv_org(
1394: p_inv_org_id => x_ship_to_org_id,
1395: x_coa_id => x_ship_to_ou_coa_id,
1396: x_ou_id => l_ship_to_ou_id,
1397: x_return_status => l_return_status);

Line 1403: exception_text => 'Exception in PO_SHARED_PROC_PVT.' ||

1399: IF (l_return_status <> FND_API.g_ret_sts_success) THEN
1400: APP_EXCEPTION.raise_exception(
1401: exception_type => 'PO_INQ_SV.get_dist_info_pq',
1402: exception_code => 0,
1403: exception_text => 'Exception in PO_SHARED_PROC_PVT.' ||
1404: 'get_ou_and_coa_from_inv_org() - '||
1405: 'po_line_location_id='||x_po_line_location_id||
1406: ', ship_to_org_id='||x_ship_to_org_id);
1407: END IF;