DBA Data[Home] [Help]

APPS.FLM_KANBAN_MASSLOAD dependencies on FLM_EKB_SUPPLIER_INTERFACE

Line 35: TYPE kanban_supp_tbl_type IS TABLE OF FLM_EKB_SUPPLIER_INTERFACE%ROWTYPE index by binary_integer;

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:
37: --Kanban cards interface table type
38: TYPE card_int_tbl_type IS TABLE OF FLM_EKB_CARDS_INTERFACE%ROWTYPE INDEX BY binary_integer;
39: