DBA Data[Home] [Help]

APPS.INV_UI_RCV_LOVS dependencies on FND_DFLEX

Line 9445: l_context_r fnd_dflex.context_r;

9441: IS
9442: TYPE seg_name IS TABLE OF VARCHAR2(1000)
9443: INDEX BY BINARY_INTEGER;
9444: l_context VARCHAR2(1000);
9445: l_context_r fnd_dflex.context_r;
9446: l_contexts_dr fnd_dflex.contexts_dr;
9447: l_dflex_r fnd_dflex.dflex_r;
9448: l_segments_dr fnd_dflex.segments_dr;
9449: l_enabled_seg_name seg_name;

Line 9446: l_contexts_dr fnd_dflex.contexts_dr;

9442: TYPE seg_name IS TABLE OF VARCHAR2(1000)
9443: INDEX BY BINARY_INTEGER;
9444: l_context VARCHAR2(1000);
9445: l_context_r fnd_dflex.context_r;
9446: l_contexts_dr fnd_dflex.contexts_dr;
9447: l_dflex_r fnd_dflex.dflex_r;
9448: l_segments_dr fnd_dflex.segments_dr;
9449: l_enabled_seg_name seg_name;
9450: l_wms_all_segs_tbl seg_name;

Line 9447: l_dflex_r fnd_dflex.dflex_r;

9443: INDEX BY BINARY_INTEGER;
9444: l_context VARCHAR2(1000);
9445: l_context_r fnd_dflex.context_r;
9446: l_contexts_dr fnd_dflex.contexts_dr;
9447: l_dflex_r fnd_dflex.dflex_r;
9448: l_segments_dr fnd_dflex.segments_dr;
9449: l_enabled_seg_name seg_name;
9450: l_wms_all_segs_tbl seg_name;
9451: l_nsegments BINARY_INTEGER;

Line 9448: l_segments_dr fnd_dflex.segments_dr;

9444: l_context VARCHAR2(1000);
9445: l_context_r fnd_dflex.context_r;
9446: l_contexts_dr fnd_dflex.contexts_dr;
9447: l_dflex_r fnd_dflex.dflex_r;
9448: l_segments_dr fnd_dflex.segments_dr;
9449: l_enabled_seg_name seg_name;
9450: l_wms_all_segs_tbl seg_name;
9451: l_nsegments BINARY_INTEGER;
9452: l_global_context BINARY_INTEGER;

Line 9559: fnd_dflex.get_contexts(flexfield => l_dflex_r, contexts => l_contexts_dr);

9555:
9556: print_debug('BEFORE SETTING THE ATTRIBUTES CONTEXT',4);
9557:
9558: /* Get all contexts */
9559: fnd_dflex.get_contexts(flexfield => l_dflex_r, contexts => l_contexts_dr);
9560:
9561: print_debug('Found contexts for the Flexfield MTL_LOT_NUMBERS',4);
9562:
9563: /* From the l_contexts_dr, get the position of the global context */

Line 9576: fnd_dflex.get_segments(CONTEXT => l_context_r, segments => l_segments_dr, enabled_only => TRUE);

9572:
9573: l_context_r.flexfield := l_dflex_r;
9574: l_context_r.context_code := l_context;
9575:
9576: fnd_dflex.get_segments(CONTEXT => l_context_r, segments => l_segments_dr, enabled_only => TRUE);
9577:
9578: print_debug('After successfully getting all the enabled segmenst for the Global Context ',4);
9579:
9580: /* read through the segments */

Line 9629: fnd_dflex.get_segments(CONTEXT => l_context_r, segments => l_segments_dr, enabled_only => TRUE);

9625: /* Prepare the context_r type */
9626: l_context_r.flexfield := l_dflex_r;
9627: l_context_r.context_code := l_context;
9628:
9629: fnd_dflex.get_segments(CONTEXT => l_context_r, segments => l_segments_dr, enabled_only => TRUE);
9630:
9631: /* read through the segments */
9632: l_nsegments := l_segments_dr.nsegments;
9633: