DBA Data[Home] [Help]

APPS.PAY_DK_SOE dependencies on HR_SOFT_CODING_KEYFLEX

Line 71: ,hr_soft_coding_keyflex scl

67:
68: select lkp.meaning
69: into l_union_membership
70: from per_all_assignments_f asg
71: ,hr_soft_coding_keyflex scl
72: ,hr_lookups lkp
73: where lkp.lookup_type = 'DK_UNION_MEMBERSHIP'
74: and lkp.lookup_code = scl.segment5
75: and lkp.enabled_flag = 'Y'