DBA Data[Home] [Help]

APPS.EGO_ITEMCAT_VAL_TO_ID dependencies on DUAL

Line 43: INTO l_ccid from dual;

39: l_ccid NUMBER;
40: BEGIN
41:
42: SELECT mtl_item_catalog_groups_b_s.NEXTVAL
43: INTO l_ccid from dual;
44:
45: Return l_ccid;
46:
47: END;

Line 277: FROM dual;

273: IF (p_create_new)
274: THEN
275: SELECT mtl_item_catalog_groups_b_s.nextval
276: INTO ccid
277: FROM dual;
278: END IF;
279:
280: return ccid;
281:

Line 286: * Purpose : Takes the individual segments and

282: END Perform_Segment_Breakup;
283:
284: /********************************************************
285: * Function : Concatenate_Segments
286: * Purpose : Takes the individual segments and
287: * concatenates them based on the flex
288: * structure, by arranging the segments in
289: * display order and then calling the flex api.
290: * Returns : the concatenated segment value.