DBA Data[Home] [Help]

APPS.CST_ACCRUAL_REC_PVT dependencies on PO_SYSTEM_PARAMETERS_ALL

Line 111: from po_system_parameters_all psp

107:
108: union
109: /* Grabs the default Purchasing accrual account */
110: select distinct p_ou_id org_id, psp.accrued_code_combination_id accrual_account_id
111: from po_system_parameters_all psp
112: where psp.accrued_code_combination_id is not null
113: and psp.org_id = p_ou_id
114: and not exists (
115: select 1