DBA Data[Home] [Help]

APPS.PER_CAG_BUS dependencies on PER_COLLECTIVE_AGREEMENTS

Line 361: ,p_descflex_name => 'PER_COLLECTIVE_AGREEMENTS'

357: -- b) During insert.
358: --
359: hr_dflex_utility.ins_or_upd_descflex_attribs
360: (p_appl_short_name => 'PER'
361: ,p_descflex_name => 'PER_COLLECTIVE_AGREEMENTS'
362: ,p_attribute_category => p_rec.attribute_category
363: ,p_attribute1_name => 'ATTRIBUTE1'
364: ,p_attribute1_value => p_rec.attribute1
365: ,p_attribute2_name => 'ATTRIBUTE2'

Line 796: , per_collective_agreements cag

792: --
793: cursor csr_leg_code is
794: select pbg.legislation_code
795: from per_business_groups pbg
796: , per_collective_agreements cag
797: where cag.collective_agreement_id = p_collective_agreement_id
798: and pbg.business_group_id = cag.business_group_id;
799: --
800: -- Declare local variables