DBA Data[Home] [Help]

APPS.JL_BR_SPED_PUB dependencies on JL_BR_SPED_PUB

Line 1: PACKAGE BODY JL_BR_SPED_PUB AS

1: PACKAGE BODY JL_BR_SPED_PUB AS
2: /* $Header: jlspedpb.pls 120.0.12010000.2 2008/11/13 08:00:42 pakumare noship $ */
3:
4: -- Global Constant variable for holding Package Name
5:

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

2: /* $Header: jlspedpb.pls 120.0.12010000.2 2008/11/13 08:00:42 pakumare noship $ */
3:
4: -- Global Constant variable for holding Package Name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(20):= 'JL_BR_SPED_PUB';
7:
8: -- Declare VARRAY
9:
10: TYPE token_array IS TABLE OF VARCHAR2(25) INDEX BY binary_integer;

Line 569: END JL_BR_SPED_PUB;

565: X_MSG_DATA := REPLACE_TOKEN(X_MSG_DATA,tok_arr,val_for_token);
566:
567: END GET_IBGE_CODES;
568:
569: END JL_BR_SPED_PUB;