DBA Data[Home] [Help]

APPS.PAY_RANGE_TABLE_API dependencies on HR_LEGISLATION_INSTALLATIONS

Line 100: from HR_LEGISLATION_INSTALLATIONS h

96: and inf.org_information_context || '' = 'Business Group Information';
97:
98: Cursor Sel_leg is
99: select distinct h.legislation_code
100: from HR_LEGISLATION_INSTALLATIONS h
101: where h.legislation_code = p_legislation_code
102: and h.status = 'I';
103:
104:

Line 340: from HR_LEGISLATION_INSTALLATIONS h

336: and inf.org_information_context || '' = 'Business Group Information';
337:
338: Cursor Sel_leg is
339: select distinct h.legislation_code
340: from HR_LEGISLATION_INSTALLATIONS h
341: where h.legislation_code = p_legislation_code
342: and h.status = 'I';
343:
344: BEGIN