DBA Data[Home] [Help]

APPS.PAY_ETP_BUS dependencies on PAY_LEGISLATION_RULES

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

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

Line 973: l_rule_mode pay_legislation_rules.rule_mode%type;

969: --
970: l_proc varchar2(72) := g_package||'chk_currency_codes';
971: l_exists varchar2(1);
972: l_non_payments_flag varchar2(30);
973: l_rule_mode pay_legislation_rules.rule_mode%type;
974:
975: Cursor c_chk_currency(p_currency_code varchar2)
976: is
977: -- bug 7462502 in startup mode remove restriction on enabled currencies

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: --