DBA Data[Home] [Help]

APPS.PAY_ADVANCE_PAY_PKG dependencies on PAY_LEGISLATION_RULES

Line 104: pay_legislation_rules plr

100: cursor creator_id is
101: select fue.creator_id
102: from ff_user_entities fue,
103: ff_database_items fdi,
104: pay_legislation_rules plr
105: where
106: plr.rule_type = p_balance_lookup_name and
107: plr.legislation_code = p_legislation_code and
108: plr.rule_mode = fdi.user_name and

Line 700: pay_legislation_rules plr,

696: --correspond to the Pay Advance Indicator in question.
697: --
698: select peef.element_entry_id, peef.effective_start_date
699: from
700: pay_legislation_rules plr,
701: pay_element_types_f petf,
702: pay_element_links_f pelf,
703: pay_element_entries_f peef
704: where