DBA Data[Home] [Help]

APPS.QA_FLEX_UTIL dependencies on FND_FLEX_KEYVAL

Line 131: IF (FND_FLEX_KEYVAL.validate_segs(

127: -- the same.
128: -- ksoh/kabalakr Fri Sep 26 06:31:05 PDT 2003
129: --
130:
131: IF (FND_FLEX_KEYVAL.validate_segs(
132: operation => 'CHECK_COMBINATION',
133: key_flex_code => 'MSTK',
134: appl_short_name => 'INV',
135: structure_number => '101',

Line 139: return FND_FLEX_KEYVAL.combination_id;

135: structure_number => '101',
136: concat_segments => x_item,
137: data_set => x_org_id)) THEN
138:
139: return FND_FLEX_KEYVAL.combination_id;
140:
141: ELSE
142: return NULL;
143:

Line 312: IF (FND_FLEX_KEYVAL.validate_segs(

308: -- the same.
309: -- ksoh/kabalakr Fri Sep 26 06:31:05 PDT 2003
310: --
311:
312: IF (FND_FLEX_KEYVAL.validate_segs(
313: operation => 'CHECK_COMBINATION',
314: key_flex_code => 'MTLL',
315: appl_short_name => 'INV',
316: structure_number => '101',

Line 326: return FND_FLEX_KEYVAL.combination_id;

322: -- bhsankar Tue Jul 17 02:35:19 PDT 2007
323: values_or_ids => 'I',
324: data_set => x_org_id)) THEN
325:
326: return FND_FLEX_KEYVAL.combination_id;
327:
328: ELSE
329: return NULL;
330: