DBA Data[Home] [Help]

APPS.FLM_KANBAN_MASSLOAD dependencies on FLM_KANBAN_PUB

Line 157: FLM_KANBAN_PUB.process_kanban(p_pull_sequence_tbl => g_pull_seq_tbl,

153: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
154: END IF;
155:
156: -- process pull seq and kanban cards
157: FLM_KANBAN_PUB.process_kanban(p_pull_sequence_tbl => g_pull_seq_tbl,
158: p_supplier_tbl => g_supplier_tbl,
159: p_kanban_card_tbl => g_kanban_card_tbl,
160: x_ret_status => l_ret_status);
161: