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.1.12010000.7 2009/02/04 06:07:19 pgongada noship $ */
3: --
4: -- Package Variables
5: --

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

2: /* $Header: pyacoswf.pkb 120.1.12010000.7 2009/02/04 06:07:19 pgongada noship $ */
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 398: end PAY_ASSG_COST_WF;

394: hr_utility.set_location('Leaving ..'||l_proc,1000);
395: RAISE;
396: END REJECT_PROCESS;
397:
398: end PAY_ASSG_COST_WF;