DBA Data[Home] [Help]

APPS.XLE_UTILITIES_GRP dependencies on XLE_UTILITIES_GRP

Line 1: PACKAGE BODY XLE_UTILITIES_GRP AS

1: PACKAGE BODY XLE_UTILITIES_GRP AS
2: /* $Header: xlegfptb.pls 120.62 2011/05/20 09:24:13 srsampat ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30):=' XLE_UTILITIES_GRP';
5:

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30):=' XLE_UTILITIES_GRP';

1: PACKAGE BODY XLE_UTILITIES_GRP AS
2: /* $Header: xlegfptb.pls 120.62 2011/05/20 09:24:13 srsampat ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30):=' XLE_UTILITIES_GRP';
5:
6:
7: PROCEDURE Get_Registration_Info(
8: x_return_status OUT NOCOPY VARCHAR2,

Line 323: l_registration_info XLE_UTILITIES_GRP.Registration_Tbl_Type;

319: l_legislative_category VARCHAR2(100);
320:
321: l_index NUMBER := 1;
322:
323: l_registration_info XLE_UTILITIES_GRP.Registration_Tbl_Type;
324: l_msg_data VARCHAR2(1000);
325: l_msg_count number;
326: l_return_status varchar2(10);
327: l_establishment_name xle_etb_profiles.name%type;

Line 413: xle_utilities_grp.get_registration_info(

409: /* Invoke get_registration_info API to get the registration information
410: for the
411: current establishment obtained from the cursor record ETB_REG_R */
412:
413: xle_utilities_grp.get_registration_info(
414: x_return_status=> l_return_status,
415: x_msg_count=> l_msg_count,
416: x_msg_data=> l_msg_data,
417: p_party_id => ETB_Reg_r.party_id,

Line 570: l_registration_info XLE_UTILITIES_GRP.Registration_Tbl_Type;

566: l_le_effective_to xle_entity_profiles.effective_to%type;
567:
568: l_index NUMBER := 1;
569:
570: l_registration_info XLE_UTILITIES_GRP.Registration_Tbl_Type;
571: l_msg_data VARCHAR2(1000);
572: l_msg_count number;
573: l_return_status varchar2(10);
574:

Line 678: xle_utilities_grp.get_registration_info(

674:
675:
676: BEGIN
677:
678: xle_utilities_grp.get_registration_info(
679: x_return_status=> l_return_status,
680: x_msg_count=> l_msg_count,
681: x_msg_data=> l_msg_data,
682: p_party_id => l_party_id,

Line 2837: END XLE_UTILITIES_GRP;

2833: WHEN OTHERS THEN
2834: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2835:
2836: END Check_IC_Invoice_required;
2837: END XLE_UTILITIES_GRP;