DBA Data[Home] [Help]

APPS.INVPCOII dependencies on DUAL

Line 336: From DUAL;

332: where mp.organization_id = i_organization_id;
333:
334: Select cst_lists_s.nextval
335: INTO cost_update
336: From DUAL;
337:
338:
339: INSERT INTO cst_standard_costs
340: (cost_update_id, organization_id,

Line 639: from dual;

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
642: -- fix for 3425593
643: -- Temp_Cost_Org_Id := cc1.cost_organization_id;