DBA Data[Home] [Help]

APPS.PAY_ADVANCE_PAY_PKG dependencies on PAY_LEGISLATION_RULES

Line 102: pay_legislation_rules plr

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

Line 698: pay_legislation_rules plr,

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