DBA Data[Home] [Help]

APPS.PAY_US_TAXBAL_VIEW_PKG dependencies on PAY_BALANCE_PKG

Line 1043: hr_utility.trace('Before calling pay_balance_pkg.get_value');

1039: fetch csr_get_def_balance into ln_defined_balance_id;
1040: close csr_get_def_balance;
1041:
1042: hr_utility.trace('ln_defined_balance_id := ' || ln_defined_balance_id);
1043: hr_utility.trace('Before calling pay_balance_pkg.get_value');
1044:
1045: IF NVL(ln_defined_balance_id, -9999) = -9999 THEN
1046: RETURN 0;
1047:

Line 1049: RETURN pay_balance_pkg.get_value(p_defined_balance_id => ln_defined_balance_id

1045: IF NVL(ln_defined_balance_id, -9999) = -9999 THEN
1046: RETURN 0;
1047:
1048: ELSE
1049: RETURN pay_balance_pkg.get_value(p_defined_balance_id => ln_defined_balance_id
1050: ,p_assignment_action_id => p_assignment_action_id
1051: ,p_tax_unit_id => NULL
1052: ,p_jurisdiction_code => NULL
1053: ,p_source_id => p_source_id