DBA Data[Home] [Help]

APPS.PSP_LABOR_DIST dependencies on PA_ORGANIZATIONS_EXPEND_V

Line 6806: from pa_organizations_expend_v

6802: and rownum = 1;
6803:
6804: Cursor C_org is
6805: Select name
6806: from pa_organizations_expend_v
6807: where organization_id = p_organization_id
6808: and active_flag = 'Y'; -- #1339622
6809:
6810: BEGIN