DBA Data[Home] [Help]

APPS.MRP_KANBAN_PLAN_PK dependencies on STANDARD

Line 79: -- ERRBUF and RETCODE are two standard parameters that any PL/SQL

75:
76: -- ========================================================================
77: -- This is the main procedure that controls the flow of the kanban planning
78: -- process.
79: -- ERRBUF and RETCODE are two standard parameters that any PL/SQL
80: -- concurrent program should have. ERRBUF is used to return any error
81: -- messages and RETCODE to return the completion status. RETCODE returns
82: -- 0 for SUCCESS, 1 for SUCCESS with WARNINGS and 2 for ERROR
83: -- ========================================================================