DBA Data[Home] [Help]

APPS.MRP_GRAPH_LINE_CAPACITY dependencies on MRP_WORKBENCH_BUCKET_DATES

Line 239: INSERT INTO MRP_WORKBENCH_BUCKET_DATES(

235:
236: PROCEDURE flush_date_rec IS
237: BEGIN
238:
239: INSERT INTO MRP_WORKBENCH_BUCKET_DATES(
240: organization_id, -- plan_id
241: compile_designator, -- not used
242: bucket_type, -- not used
243: last_update_date, last_updated_by, creation_date, created_by,

Line 361: -- Load the dates into mrp_workbench_bucket_dates so that the

357: EXIT WHEN DATE_CURSOR%NOTFOUND;
358:
359: l_bucket_number := l_bucket_number + 1;
360:
361: -- Load the dates into mrp_workbench_bucket_dates so that the
362: -- form can select them into the flat file.
363: date_cells_tab(l_bucket_number) := l_bucket_date;
364:
365: -- Insert the dates into mrp_form_query so that we can join