DBA Data[Home] [Help]

APPS.PO_AME_SETUP_PVT dependencies on FND_FLEX_APIS

Line 168: l_result := FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(

164: APP_EXCEPTION.RAISE_EXCEPTION;
165: END IF;
166:
167: /* get the segment number for the given segment name */
168: l_result := FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(
169: 101,
170: 'GL#',
171: l_chart_of_accounts_id,
172: segmentName,

Line 257: l_result := FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(

253: APP_EXCEPTION.RAISE_EXCEPTION;
254: END IF;
255:
256: /* get the segment number for the given segment name */
257: l_result := FND_FLEX_APIS.GET_QUALIFIER_SEGNUM(
258: 101,
259: 'GL#',
260: l_chart_of_accounts_id,
261: segmentName,