DBA Data[Home] [Help]

APPS.PA_CC_AR_AP_TRANSFER dependencies on PA_ALL_ORGANIZATIONS

Line 476: pa_all_organizations

472: into dummy_x
473: from dual
474: where EXISTS
475: ( select 'x' from
476: pa_all_organizations
477: where org_id = p_recvr_org_id(I)
478: and organization_id = l_expenditure_organization_id
479: and PA_ORG_USE_TYPE = 'EXPENDITURES');
480: