DBA Data[Home] [Help]

APPS.MST_CP_WRAPPER dependencies on MST_CP_WRAPPER

Line 1: PACKAGE BODY MST_CP_WRAPPER AS

1: PACKAGE BODY MST_CP_WRAPPER AS
2: /*$Header: MSTCPWPB.pls 115.4 2004/04/22 01:06:59 jnhuang noship $ */
3: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
4:
5: PROCEDURE COPY_PLAN(p_plan_id IN NUMBER,

Line 189: END MST_CP_WRAPPER;

185: commit;
186: end if;
187: END start_online_planner;
188:
189: END MST_CP_WRAPPER;
190: