DBA Data[Home] [Help]

APPS.JL_CUSTOM_PUB dependencies on JL_CUSTOM_PUB

Line 1: PACKAGE BODY JL_CUSTOM_PUB AS

1: PACKAGE BODY JL_CUSTOM_PUB AS
2: /* $Header: jlcustpb.pls 120.1 2010/08/06 10:20:15 gkumares noship $ */
3:
4: -- Global Constant variable for holding Package Name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(20):= 'JL_CUSTOM_PUB';

2: /* $Header: jlcustpb.pls 120.1 2010/08/06 10:20:15 gkumares noship $ */
3:
4: -- Global Constant variable for holding Package Name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(20):= 'JL_CUSTOM_PUB';
7:
8: -- Declare VARRAY
9:
10: TYPE token_array is table of varchar2(25) index by binary_integer;

Line 108: END JL_CUSTOM_PUB;

104: WHEN OTHERS THEN
105: X_RETURN_STATUS := FND_API.G_RET_STS_ERROR;
106: END GET_OUR_NUMBER;
107:
108: END JL_CUSTOM_PUB;