DBA Data[Home] [Help]

APPS.ITG_SYNCITEMINBOUND_PVT dependencies on FND_FLEX_EXT

Line 39: l_itemarray FND_FLEX_EXT.SegmentArray;

35: /* Business object constants. */
36: l_api_name CONSTANT VARCHAR2(30) := 'Sync_Item';
37: l_api_version CONSTANT NUMBER := 1.0;
38:
39: l_itemarray FND_FLEX_EXT.SegmentArray;
40: l_hazard_class_id po_hazard_classes.hazard_class_id%TYPE;
41: l_nested_exception EXCEPTION;
42:
43:

Line 144: l_num := fnd_flex_ext.breakup_segments(

140: /* Bug #1672639 (Forward port of 11.0 bug#1588435). Work around
141: until we can retrieve proper delimiter from flex meta data.
142: Treats all items as single segment. This code was replaced:
143:
144: l_num := fnd_flex_ext.breakup_segments(
145: :new.itemheader.item, '-', l_itemarray);
146:
147: with the following 2 lines:
148: */