DBA Data[Home] [Help]

APPS.GL_PA_AUTOALLOC_PKG dependencies on PA_GL_AUTOALLOC_PKG

Line 9: l_period_type := PA_GL_AUTOALLOC_PKG.GET_PERIOD_TYPE(p_allocation_set_id);

5: Return Varchar2 Is
6: l_period_type Varchar2(2);
7: Begin
8:
9: l_period_type := PA_GL_AUTOALLOC_PKG.GET_PERIOD_TYPE(p_allocation_set_id);
10: return(l_period_type);
11: End GET_PERIOD_TYPE;
12:
13:

Line 24: is_valid :=PA_GL_AUTOALLOC_PKG.Valid_Run_Period(p_allocation_set_id,

20:
21: Return BOOLEAN Is
22: is_valid Boolean;
23: Begin
24: is_valid :=PA_GL_AUTOALLOC_PKG.Valid_Run_Period(p_allocation_set_id,
25: p_pa_period,
26: p_gl_period );
27: return(is_valid);
28:

Line 40: PA_GL_AUTOALLOC_PKG.Submit_Alloc_Request

36: Return Number Is
37: v_request_id Number;
38: Begin
39: v_request_id :=
40: PA_GL_AUTOALLOC_PKG.Submit_Alloc_Request
41: ( p_rule_id,
42: p_expnd_item_date,
43: p_pa_period,
44: p_gl_period );

Line 56: PA_GL_AUTOALLOC_PKG.get_pa_step_status

52: ,p_mode In Varchar2
53: ,p_status Out NOCOPY Varchar2) IS
54: l_status Varchar2(240);
55: Begin
56: PA_GL_AUTOALLOC_PKG.get_pa_step_status
57: ( p_request_Id,
58: p_step_number,
59: p_mode,
60: l_status );