DBA Data[Home] [Help]

APPS.INVPCOII dependencies on CST_LISTS_S

Line 334: Select cst_lists_s.nextval

330: NULL -- attribute15
331: from mtl_parameters mp
332: where mp.organization_id = i_organization_id;
333:
334: Select cst_lists_s.nextval
335: INTO cost_update
336: From DUAL;
337:
338:

Line 637: select cst_lists_s.nextval

633: ** so no further checks required.
634: */
635:
636: l_location := 410;
637: select cst_lists_s.nextval
638: into l_list_id
639: from dual;
640:
641: FOR cc1 IN cst1 LOOP