DBA Data[Home] [Help]

APPS.FLM_UTIL dependencies on FND_ID_FLEX_STRUCTURES

Line 410: FROM fnd_id_flex_structures fs

406: BEGIN
407: -- get the flex id number
408: SELECT id_flex_num
409: INTO l_flex_num
410: FROM fnd_id_flex_structures fs
411: WHERE fs.id_flex_code = 'MCAT'
412: AND fs.id_flex_num = p_cat_struct_id;
413: l_delim := fnd_flex_ext.get_delimiter('INV','MCAT',l_flex_num);
414: l_num := fnd_flex_ext.breakup_segments( p_cat_lo, l_delim, l_seg_low);

Line 523: FROM fnd_id_flex_structures

519: BEGIN
520: -- get the flex id number
521: SELECT id_flex_num
522: INTO l_flex_num
523: FROM fnd_id_flex_structures
524: WHERE id_flex_code = 'MSTK';
525:
526: SELECT count(*)
527: INTO l_no_of_segs