DBA Data[Home] [Help]

APPS.PAY_ASSG_COST_WF dependencies on PAY_ASSG_COST_WF

Line 1: package body PAY_ASSG_COST_WF as

1: package body PAY_ASSG_COST_WF as
2: /* $Header: pyacoswf.pkb 120.3.12020000.3 2013/03/12 08:22:16 bklingam ship $ */
3: --
4: -- Package Variables
5: --

Line 6: g_package varchar2(33) := ' PAY_ASSG_COST_WF.';

2: /* $Header: pyacoswf.pkb 120.3.12020000.3 2013/03/12 08:22:16 bklingam ship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' PAY_ASSG_COST_WF.';
7: g_debug boolean := hr_utility.debug_enabled;
8: g_approver ame_util.approversTable2;
9: /*Used to get the transaction id pertaining to the specified
10: item type and item key. If the transaction id does not exists

Line 528: end PAY_ASSG_COST_WF;

524: hr_utility.set_location('Leaving ..'||l_proc,1000);
525: RAISE;
526: END REJECT_PROCESS;
527:
528: end PAY_ASSG_COST_WF;