DBA Data[Home] [Help]

APPS.PAY_US_PAYROLL_UTILS dependencies on PAY_CORE_UTILS

Line 63: pay_core_utils.push_message and

59: valid only if the counts returned
60: from both the cursors are same.
61: 13-NOV-2003 tclewis 115.14 Added code to STEIC.
62: 18-DEC-2003 saurgupt 115.17 3312482 Remove the call to
63: pay_core_utils.push_message and
64: pay_core_utils.push_tokens
65: 29-DEC-2003 saurgupt 115.18 3340952 Calls to pay_core_utils.push_message
66: and pay_core_utils.push_tokens are
67: added again to show warning messages

Line 64: pay_core_utils.push_tokens

60: from both the cursors are same.
61: 13-NOV-2003 tclewis 115.14 Added code to STEIC.
62: 18-DEC-2003 saurgupt 115.17 3312482 Remove the call to
63: pay_core_utils.push_message and
64: pay_core_utils.push_tokens
65: 29-DEC-2003 saurgupt 115.18 3340952 Calls to pay_core_utils.push_message
66: and pay_core_utils.push_tokens are
67: added again to show warning messages
68: in the log file of Unacceptable Tax

Line 65: 29-DEC-2003 saurgupt 115.18 3340952 Calls to pay_core_utils.push_message

61: 13-NOV-2003 tclewis 115.14 Added code to STEIC.
62: 18-DEC-2003 saurgupt 115.17 3312482 Remove the call to
63: pay_core_utils.push_message and
64: pay_core_utils.push_tokens
65: 29-DEC-2003 saurgupt 115.18 3340952 Calls to pay_core_utils.push_message
66: and pay_core_utils.push_tokens are
67: added again to show warning messages
68: in the log file of Unacceptable Tax
69: Balances report.

Line 66: and pay_core_utils.push_tokens are

62: 18-DEC-2003 saurgupt 115.17 3312482 Remove the call to
63: pay_core_utils.push_message and
64: pay_core_utils.push_tokens
65: 29-DEC-2003 saurgupt 115.18 3340952 Calls to pay_core_utils.push_message
66: and pay_core_utils.push_tokens are
67: added again to show warning messages
68: in the log file of Unacceptable Tax
69: Balances report.
70: 06-JAN-2004 meshah 115.19 3349198 Now when getting city taxes we check

Line 854: pay_core_utils.push_message(801,'PAY_EXCEPTION','A');

850: -- Bug 3312482 Push statements are deleted.
851: hr_utility.set_location(lv_package_stage,50);
852:
853: -- Bug 3340952 Push statements are added again.
854: pay_core_utils.push_message(801,'PAY_EXCEPTION','A');
855: pay_core_utils.push_token('description','Warning Invalid Balance Status . ,In Attribute -> ' ||p_attribute_name);
856:
857: hr_utility.trace('Balance Status is Invalid for Attribute -> ' ||p_attribute_name);
858:

Line 855: pay_core_utils.push_token('description','Warning Invalid Balance Status . ,In Attribute -> ' ||p_attribute_name);

851: hr_utility.set_location(lv_package_stage,50);
852:
853: -- Bug 3340952 Push statements are added again.
854: pay_core_utils.push_message(801,'PAY_EXCEPTION','A');
855: pay_core_utils.push_token('description','Warning Invalid Balance Status . ,In Attribute -> ' ||p_attribute_name);
856:
857: hr_utility.trace('Balance Status is Invalid for Attribute -> ' ||p_attribute_name);
858:
859: lv_return_status := 'N';