DBA Data[Home] [Help]

APPS.FLM_AUTO_REPLENISHMENT dependencies on INV_KANBAN_GRP

Line 914: INV_Kanban_GRP.Create_Non_Replenishable_Card(

910: l_usage:=l_comp_table(l_comp_count).qty_per_lot;
911: end if;
912:
913: -- Create Non-replenishable Kanban Card
914: INV_Kanban_GRP.Create_Non_Replenishable_Card(
915: X_return_status => l_return_status,
916: X_msg_data => l_msg_data,
917: X_msg_count => l_msg_count,
918: X_Kanban_Card_Id => l_Kanban_Card_id,

Line 958: INV_Kanban_GRP.Update_Card_Supply_Status(

954: FROM wip_flow_schedules
955: WHERE schedule_number = l_comp_table(l_comp_count).schedule_number
956: AND organization_id = p_organization_id;
957:
958: INV_Kanban_GRP.Update_Card_Supply_Status(
959: x_msg_count => l_msg_count,
960: x_msg_data => l_msg_data,
961: x_return_status => l_return_status,
962: p_api_version_number => l_api_version_number,