DBA Data[Home] [Help]

APPS.AP_WEB_ACCTG_PKG dependencies on FND_FLEX_APIS

Line 4: --Cache for FND_FLEX_APIS.GET_QUALIFIER_SEGNUM

1: PACKAGE BODY AP_WEB_ACCTG_PKG AS
2: /* $Header: apwacctb.pls 120.14.12010000.3 2008/10/22 09:33:03 meesubra ship $ */
3:
4: --Cache for FND_FLEX_APIS.GET_QUALIFIER_SEGNUM
5: gqs_cost_center_segnum t_cost_center_segnum_table;
6:
7: PROCEDURE GetEmployeeCostCenter(
8: p_employee_id IN NUMBER,

Line 75: IF (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(

71: l_cost_ctr_seg_num := gqs_cost_center_segnum(l_chart_of_accounts_id);
72: EXCEPTION
73: -- Not found in cache, retrieve segment number
74: WHEN NO_DATA_FOUND THEN
75: IF (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(
76: 101,
77: 'GL#',
78: l_chart_of_accounts_id,
79: 'FA_COST_CTR',

Line 128: IF (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(

124:
125: -----------------------------------------------------
126: l_debug_info := 'Get the segment number corresponding to the costcenter qualifier.';
127: -----------------------------------------------------
128: IF (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(
129: 101,
130: 'GL#',
131: l_chart_of_accounts_id,
132: 'FA_COST_CTR',

Line 140: IF (NOT FND_FLEX_APIS.GET_SEGMENT_INFO(

136:
137: -----------------------------------------------------
138: l_debug_info := 'Get the valueset associated with the Department (costcenter qualifier)';
139: -----------------------------------------------------
140: IF (NOT FND_FLEX_APIS.GET_SEGMENT_INFO(
141: 101,
142: 'GL#',
143: l_chart_of_accounts_id,
144: l_cost_center_seg_num,

Line 258: if (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(

254: -- This is used to overlay the costcenter segment
255: -----------------------------------------------------
256: l_debug_info := 'Get cost center segment number';
257: -----------------------------------------------------
258: if (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(
259: 101,
260: 'GL#',
261: p_chart_of_accounts_id,
262: 'FA_COST_CTR',

Line 288: l_debug_info := 'FND_FLEX_APIS.GET_SEGMENT_INFO';

284: /*Bug 2690715 : Called function to get the dependent segment
285: of cost center segment and then do the validation.
286: */
287: -----------------------------------------------------
288: l_debug_info := 'FND_FLEX_APIS.GET_SEGMENT_INFO';
289: -----------------------------------------------------
290: IF (FND_FLEX_APIS.GET_SEGMENT_INFO(
291: 101,
292: 'GL#',

Line 290: IF (FND_FLEX_APIS.GET_SEGMENT_INFO(

286: */
287: -----------------------------------------------------
288: l_debug_info := 'FND_FLEX_APIS.GET_SEGMENT_INFO';
289: -----------------------------------------------------
290: IF (FND_FLEX_APIS.GET_SEGMENT_INFO(
291: 101,
292: 'GL#',
293: p_chart_of_accounts_id,
294: l_cost_center_seg_num,

Line 438: if (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(

434: -- This is used to get the cost center for the expense type
435: -----------------------------------------------------
436: l_debug_info := 'Get segment number';
437: -----------------------------------------------------
438: if (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(
439: 101,
440: 'GL#',
441: l_chart_of_accounts_id,
442: 'FA_COST_CTR',

Line 513: IF ( FND_FLEX_APIS.GET_SEGMENT_COLUMN(101,

509: gl_sets_of_books GS
510: WHERE GS.set_of_books_id = S.set_of_books_id
511: AND rownum = 1;
512: -- Get the Column Name which implements the Cost Center Segment
513: IF ( FND_FLEX_APIS.GET_SEGMENT_COLUMN(101,
514: 'GL#',
515: l_chart_of_accounts_id,
516: 'FA_COST_CTR',
517: p_cost_center_segment_name) )

Line 860: IF (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(

856:
857: ----------------------------------------
858: l_debug_info := 'Get Cost Center Segment Number';
859: ----------------------------------------
860: IF (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(
861: 101,
862: 'GL#',
863: l_chart_of_accounts_id,
864: 'FA_COST_CTR',