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.3 2010/10/05 13:05:05 abuissa 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.3 2010/10/05 13:05:05 abuissa 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 575: END JL_BR_SPED_PUB;

571: X_MSG_DATA := REPLACE_TOKEN(X_MSG_DATA,tok_arr,val_for_token);
572:
573: END GET_IBGE_CODES;
574:
575: END JL_BR_SPED_PUB;