DBA Data[Home] [Help]

APPS.FLM_KANBAN_MASSLOAD dependencies on FLM_EKB_CARDS_INTERFACE

Line 38: TYPE card_int_tbl_type IS TABLE OF FLM_EKB_CARDS_INTERFACE%ROWTYPE INDEX BY binary_integer;

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:
40: -- Main procedure called by the kanaban mass register concurrent program
41: procedure load_kanban(retcode OUT NOCOPY NUMBER
42: ,errbuf OUT NOCOPY VARCHAR2