DBA Data[Home] [Help]

APPS.MRP_KANBAN_PLAN_PK dependencies on MRP_KANBAN_PLAN_PK

Line 1: PACKAGE BODY MRP_KANBAN_PLAN_PK AS

1: PACKAGE BODY MRP_KANBAN_PLAN_PK AS
2: /* $Header: MRPKPLNB.pls 120.13.12020000.2 2012/07/04 16:43:06 sisankar ship $ */
3:
4: -- ========================================================================
5: -- This function will update the plan_start_date column in mrp_kanban_plans

Line 1970: decode(schedule_quantity,NULL,MRP_KANBAN_PLAN_PK.Get_Repetitive_Demand(

1966:
1967:
1968: CURSOR parent_schedule_entries IS
1969: SELECT
1970: decode(schedule_quantity,NULL,MRP_KANBAN_PLAN_PK.Get_Repetitive_Demand(
1971: schedule_date,rate_end_date,repetitive_daily_rate),schedule_quantity),
1972: schedule_date
1973: FROM mrp_schedule_dates
1974: WHERE organization_id = g_kanban_info_rec.organization_id

Line 3133: decode(schedule_quantity,NULL,MRP_KANBAN_PLAN_PK.Get_Repetitive_Demand(

3129: l_foq number;
3130:
3131: CURSOR item_schedule_entries IS
3132: SELECT
3133: decode(schedule_quantity,NULL,MRP_KANBAN_PLAN_PK.Get_Repetitive_Demand(
3134: schedule_date,rate_end_date,repetitive_daily_rate),schedule_quantity),
3135: schedule_date,
3136: schedule_origination_type,
3137: line_id

Line 4506: END MRP_KANBAN_PLAN_PK;

4502:
4503:
4504: END PLAN_KANBAN;
4505:
4506: END MRP_KANBAN_PLAN_PK;