DBA Data[Home] [Help]

APPS.CST_ACCRUAL_REC_PVT dependencies on PO_ACCRUAL_ACCOUNTS_TEMP_ALL

Line 91: from po_accrual_accounts_temp_all paat

87: FND_GLOBAL.CONC_PROGRAM_ID, --program_id,
88: sysdate
89: FROM
90: (select distinct p_ou_id org_id, paat.accrual_account_id accrual_account_id
91: from po_accrual_accounts_temp_all paat
92: where paat.org_id = p_ou_id
93: and not exists (
94: select 1
95: from cst_accrual_accounts caa