DBA Data[Home] [Help]

APPS.PAY_COST_ALLOCATION_SWI dependencies on PAY_COST_ALLOCATION_SWI

Line 1: Package Body pay_cost_allocation_swi As

1: Package Body pay_cost_allocation_swi As
2: /* $Header: pycalswi.pkb 120.2 2010/11/17 09:37:38 kskoduri ship $ */
3: --
4: -- Package variables
5: --

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

2: /* $Header: pycalswi.pkb 120.2 2010/11/17 09:37:38 kskoduri ship $ */
3: --
4: -- Package variables
5: --
6: g_package varchar2(33) := 'pay_cost_allocation_swi.';
7: -- ----------------------------------------------------------------------------
8: -- |-----------------------upd_cost_KFF_concat_segments >----------------------|
9: -- ----------------------------------------------------------------------------
10: /*Self-Service creates the cost allocations but it doesn't update the concatenated

Line 58: l_proc varchar2(100) := 'PAY_COST_ALLOCATION_SWI.UPDATE_COST_KFF_CONCAT_SEGMENTS';

54: l_concatenated_segments varchar2(2000);
55: l_disp_no number;
56: l_first_seg boolean;
57:
58: l_proc varchar2(100) := 'PAY_COST_ALLOCATION_SWI.UPDATE_COST_KFF_CONCAT_SEGMENTS';
59:
60: begin
61: hr_utility.set_location('Entering '||l_proc,10);
62: open csr_segments;

Line 721: end pay_cost_allocation_swi;

717: close csr_get_session_id;
718:
719: end insert_fnd_sessions;
720:
721: end pay_cost_allocation_swi;