DBA Data[Home] [Help]

APPS.FLM_KANBAN_PLANNING_UTIL dependencies on MRP_PUB_KANBAN_QTY_CALC

Line 26: MRP_PUB_KANBAN_QTY_CALC.CALCULATE_KANBAN_QUANTITY ( 1,

22: if p_calculate_kanban_flag <> G_CALC_KANBAN_NUMBER then
23: return null;
24: end if;
25: l_card_size := P_KANBAN_SIZE;
26: MRP_PUB_KANBAN_QTY_CALC.CALCULATE_KANBAN_QUANTITY ( 1,
27: p_pull_sequence_id,
28: p_avg_demand,
29: p_allocation_percent,
30: p_minimum_order_quantity,

Line 77: MRP_PUB_KANBAN_QTY_CALC.CALCULATE_KANBAN_QUANTITY ( 1,

73: if p_calculate_kanban_flag <> G_CALC_KANBAN_SIZE then
74: return null;
75: end if;
76: l_no_of_cards := p_number_of_cards;
77: MRP_PUB_KANBAN_QTY_CALC.CALCULATE_KANBAN_QUANTITY ( 1,
78: p_pull_sequence_id,
79: p_avg_demand,
80: p_allocation_percent,
81: p_minimum_order_quantity,