DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on PO_SHARED_PROC_PVT

Line 1447: PO_SHARED_PROC_PVT.get_ou_and_coa_from_inv_org(

1443: (x_type_lookup_code <> 'BLANKET'))
1444: THEN
1445:
1446: -- Get the Ship-to OU's Chart of Accounts ID
1447: PO_SHARED_PROC_PVT.get_ou_and_coa_from_inv_org(
1448: p_inv_org_id => x_ship_to_org_id,
1449: x_coa_id => x_ship_to_ou_coa_id,
1450: x_ou_id => l_ship_to_ou_id,
1451: x_return_status => l_return_status);

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

1453: IF (l_return_status <> FND_API.g_ret_sts_success) THEN
1454: APP_EXCEPTION.raise_exception(
1455: exception_type => 'PO_INQ_SV.get_dist_info_pq',
1456: exception_code => 0,
1457: exception_text => 'Exception in PO_SHARED_PROC_PVT.' ||
1458: 'get_ou_and_coa_from_inv_org() - '||
1459: 'po_line_location_id='||x_po_line_location_id||
1460: ', ship_to_org_id='||x_ship_to_org_id);
1461: END IF;