DBA Data[Home] [Help]

APPS.AP_CARD_UTILITY_PKG dependencies on FND_FLEX_APIS

Line 134: IF (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(

130: -----------------------------------------------
131: l_debug_info := 'Get Cost Center Qualifier Segment Number';
132: -----------------------------------------------
133:
134: IF (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(
135: 101,
136: 'GL#',
137: l_chart_of_accounts_id,
138: 'FA_COST_CTR',

Line 148: IF (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(

144:
145: -----------------------------------------------
146: l_debug_info := 'Get Account Qualifier Segment Number';
147: -----------------------------------------------
148: IF (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(
149: 101,
150: 'GL#',
151: l_chart_of_accounts_id,
152: 'GL_ACCOUNT',

Line 514: if (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(

510: l_chart_of_accounts_id);
511:
512: -- Get the segment number corresponding to the costcenter qualifier.
513: -- This is used to overlay the costcenter segment
514: if (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(
515: 101,
516: 'GL#',
517: l_chart_of_accounts_id,
518: 'FA_COST_CTR',

Line 541: IF (FND_FLEX_APIS.GET_SEGMENT_INFO(

537: /*Bug 2690715 : Called function to get the dependent segment
538: of cost center segment and then do the validation.
539: */
540:
541: IF (FND_FLEX_APIS.GET_SEGMENT_INFO(
542: 101,
543: 'GL#',
544: l_chart_of_accounts_id,
545: l_flex_segment_number,

Line 776: l_result := FND_FLEX_APIS.GET_QUALIFIER_SEGNUM( p_appl_id,

772: --
773: -- Return segment_number
774: -----------------------------------------------
775:
776: l_result := FND_FLEX_APIS.GET_QUALIFIER_SEGNUM( p_appl_id,
777: p_key_flex_code,
778: p_structure_number,
779: p_flex_qual_name,
780: p_segment_number);

Line 782: l_result := FND_FLEX_APIS.get_segment_info(p_appl_id,

778: p_structure_number,
779: p_flex_qual_name,
780: p_segment_number);
781:
782: l_result := FND_FLEX_APIS.get_segment_info(p_appl_id,
783: p_key_flex_code,
784: p_structure_number,
785: p_segment_number,
786: l_appcol_name,