DBA Data[Home] [Help]

APPS.FLM_EKB_BUSINESS_EVENT_PKG dependencies on MTL_KANBAN_PULL_SEQUENCES

Line 33: from mtl_kanban_pull_sequences

29: locator_id,
30: source_type,
31: kanban_size,
32: number_of_cards
33: from mtl_kanban_pull_sequences
34: where pull_sequence_id = p_pull_Sequence_Id;
35:
36: l_pull_sequence c_pullSequence%ROWTYPE;
37: too_many_match Exception;