DBA Data[Home] [Help]

APPS.FLM_AUTO_REPLENISHMENT dependencies on INV_KANBAN_GRP

Line 1060: INV_Kanban_GRP.Create_Non_Replenishable_Card( X_return_status => l_return_status,

1056: l_Kanban_Card_id := r_kanban_card_rec.kanban_card_id;
1057:
1058: ELSE
1059: -- Create Non-replenishable Kanban Card
1060: INV_Kanban_GRP.Create_Non_Replenishable_Card( X_return_status => l_return_status,
1061: X_msg_data => l_msg_data,
1062: X_msg_count => l_msg_count,
1063: X_Kanban_Card_Id => l_Kanban_Card_id,
1064: p_pull_sequence_id => l_comp_table(l_comp_count).pull_sequence_id,

Line 1105: INV_Kanban_GRP.Update_Card_Supply_Status(

1101: FROM wip_flow_schedules
1102: WHERE schedule_number = l_comp_table(l_comp_count).schedule_number
1103: AND organization_id = p_organization_id;
1104:
1105: INV_Kanban_GRP.Update_Card_Supply_Status(
1106: x_msg_count => l_msg_count,
1107: x_msg_data => l_msg_data,
1108: x_return_status => l_return_status,
1109: p_api_version_number => l_api_version_number,