DBA Data[Home] [Help]

APPS.FLM_KANBAN_MASSLOAD dependencies on FLM_EKB_PULL_SEQ_INTERFACE

Line 32: TYPE pull_seq_tbl_type IS TABLE OF FLM_EKB_PULL_SEQ_INTERFACE%ROWTYPE index by binary_integer;

28: -- Locator
29: LOCATOR_NONE NUMBER := 1;
30:
31: --Pull sequence interface table type
32: TYPE pull_seq_tbl_type IS TABLE OF FLM_EKB_PULL_SEQ_INTERFACE%ROWTYPE index by binary_integer;
33:
34: --Kanban supplier interface table type
35: TYPE kanban_supp_tbl_type IS TABLE OF FLM_EKB_SUPPLIER_INTERFACE%ROWTYPE index by binary_integer;
36: