DBA Data[Home] [Help]

APPS.ICX_POR_WF_UTIL_PKG dependencies on FND_FLEX_EXT

Line 66: l_segments fnd_flex_ext.SegmentArray;

62: l_cost_center VARCHAR2(200);
63: l_account_id NUMBER;
64: cost_center_1 VARCHAR2(200);
65: cc_Id NUMBER;
66: l_segments fnd_flex_ext.SegmentArray;
67: nsegments NUMBER;
68: multiple_cost_center VARCHAR2(100):= '';
69: dist_num NUMBER;
70:

Line 115: IF fnd_flex_ext.get_segments( 'SQLGL','GL#', l_account_id,cc_id,nsegments,l_segments) THEN

111: LOOP
112: FETCH ccId_csr INTO cc_Id;
113: EXIT WHEN ccid_csr%NOTFOUND;
114:
115: IF fnd_flex_ext.get_segments( 'SQLGL','GL#', l_account_id,cc_id,nsegments,l_segments) THEN
116: l_cost_center := l_segments(l_segment_num);
117: ELSE
118: l_cost_center := '';
119: END IF;

Line 133: IF fnd_flex_ext.get_segments( 'SQLGL','GL#', l_account_id,cc_id,nsegments,l_segments) THEN

129: END IF;
130: END LOOP;
131: CLOSE ccId_csr;
132: IF l_cost_center <> multiple_cost_center THEN
133: IF fnd_flex_ext.get_segments( 'SQLGL','GL#', l_account_id,cc_id,nsegments,l_segments) THEN
134: l_cost_center := l_segments(l_segment_num);
135: ELSE
136: l_cost_center := '';
137: END IF;