DBA Data[Home] [Help]

APPS.PAY_ETP_BUS_ND dependencies on PAY_LEGISLATION_RULES

Line 943: -- same as that defined in pay_legislation_rules.

939: -- b) Both input_currency_code and output_currency_code must be
940: -- present in FND_CURRENCIES (currency_code) for the current
941: -- session date.
942: -- c) For element classification 'Payments', the output currency should be
943: -- same as that defined in pay_legislation_rules.
944: --
945: -- Prerequisites:
946: -- This procedure is called from the insert_validate.
947: --

Line 975: l_rule_mode pay_legislation_rules.rule_mode%type;

971: --
972: l_proc varchar2(72) := g_package||'chk_currency_codes';
973: l_exists varchar2(1);
974: l_non_payments_flag varchar2(30);
975: l_rule_mode pay_legislation_rules.rule_mode%type;
976:
977: Cursor c_chk_currency(p_currency_code varchar2)
978: is
979: select '1'

Line 996: from pay_legislation_rules

992:
993: Cursor c_leg_rule_currency
994: is
995: select rule_mode
996: from pay_legislation_rules
997: where legislation_code = hr_api.return_legislation_code
998: (p_business_group_id)
999: and rule_type = 'DC';
1000: --