DBA Data[Home] [Help]

APPS.AP_CARD_UTILITY_PKG dependencies on FND_FLEX_APIS

Line 130: IF (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(

126: -----------------------------------------------
127: l_debug_info := 'Get Cost Center Qualifier Segment Number';
128: -----------------------------------------------
129:
130: IF (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(
131: 101,
132: 'GL#',
133: l_chart_of_accounts_id,
134: 'FA_COST_CTR',

Line 144: IF (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(

140:
141: -----------------------------------------------
142: l_debug_info := 'Get Account Qualifier Segment Number';
143: -----------------------------------------------
144: IF (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(
145: 101,
146: 'GL#',
147: l_chart_of_accounts_id,
148: 'GL_ACCOUNT',

Line 501: if (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(

497: l_chart_of_accounts_id);
498:
499: -- Get the segment number corresponding to the costcenter qualifier.
500: -- This is used to overlay the costcenter segment
501: if (NOT FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(
502: 101,
503: 'GL#',
504: l_chart_of_accounts_id,
505: 'FA_COST_CTR',

Line 528: IF (FND_FLEX_APIS.GET_SEGMENT_INFO(

524: /*Bug 2690715 : Called function to get the dependent segment
525: of cost center segment and then do the validation.
526: */
527:
528: IF (FND_FLEX_APIS.GET_SEGMENT_INFO(
529: 101,
530: 'GL#',
531: l_chart_of_accounts_id,
532: l_flex_segment_number,