DBA Data[Home] [Help]

APPS.INV_KANBAN_GRP dependencies on MTL_KANBAN_PULL_SEQUENCES

Line 181: MTL_KANBAN_PULL_SEQUENCES

177: supplier_site_id, source_organization_id, source_subinventory,
178: source_locator_id, wip_line_id, kanban_size, number_of_cards,
179: release_kanban_flag
180: from
181: MTL_KANBAN_PULL_SEQUENCES
182: where
183: pull_sequence_id = p_pull_sequence_id;
184:
185: l_kanban_card_ids INV_Kanban_PVT.kanban_card_id_tbl_type;