DBA Data[Home] [Help]

APPS.PER_ASG_BUS3 dependencies on HR_ESTAB_COLL_AGRS_V

Line 409: from hr_estab_coll_agrs_v eca

405: where pca.collective_agreement_id = p_collective_agreement_id;
406: --
407: cursor csr_in_establishment_ca_v is
408: select business_group_id
409: from hr_estab_coll_agrs_v eca
410: where eca.establishment_organization_id = p_establishment_id
411: and eca.collective_agreement_id = p_collective_agreement_id;
412: --
413: begin