DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_CONFIG_PVT dependencies on STANDARD

Line 126: IF (nvl(p_x_line_tbl(i).item_type_code,'STANDARD') = 'MODEL') OR

122: -- Bug fix 1707492 -- end --
123:
124: */
125:
126: IF (nvl(p_x_line_tbl(i).item_type_code,'STANDARD') = 'MODEL') OR
127: (p_x_line_tbl(i).item_type_code = FND_API.G_MISS_CHAR AND
128: p_x_line_tbl(i).orig_sys_line_ref = p_x_line_tbl(i).top_model_line_ref)
129: THEN
130:

Line 178: END IF; /* IF nvl(p_x_line_tbl(i).item_type_code,'STANDARD')='MODEL' */

174: Change the item type code to CLASS in case of ATO under PTO
175: -----------------------------------------------------------
176: */
177: /* aksingh to check */
178: END IF; /* IF nvl(p_x_line_tbl(i).item_type_code,'STANDARD')='MODEL' */
179:
180: END LOOP; /* FOR i IN ... */
181:
182: END Pre_Process;