DBA Data[Home] [Help]

APPS.CST_ACCRUAL_REC_PVT dependencies on MTL_PARAMETERS

Line 132: from mtl_parameters mp

128:
129: union
130: /* Grabs the accrual account for each inventory organization*/
131: select distinct p_ou_id org_id, mp.ap_accrual_account accrual_account_id
132: from mtl_parameters mp
133: where mp.ap_accrual_account is not null
134: and exists (
135: select 1
136: from hr_organization_information hoi