DBA Data[Home] [Help]

APPS.AKAPLT dependencies on AKAPLT

Line 1: PACKAGE BODY AKAPLT AS

1: PACKAGE BODY AKAPLT AS
2: /* $Header: akapltb.pls 115.2 99/07/17 15:17:34 porting s $ */
3:
4: procedure setAppletCreated ( p_created in boolean,
5: p_instance in number) is

Line 2: /* $Header: akapltb.pls 115.2 99/07/17 15:17:34 porting s $ */

1: PACKAGE BODY AKAPLT AS
2: /* $Header: akapltb.pls 115.2 99/07/17 15:17:34 porting s $ */
3:
4: procedure setAppletCreated ( p_created in boolean,
5: p_instance in number) is
6: begin

Line 48: END AKAPLT;

44: return -99;
45:
46: end getNextInstance;
47:
48: END AKAPLT;