DBA Data[Home] [Help]

APPS.XLE_BUSINESSINFO_GRP dependencies on XLE_BUSINESSINFO_GRP

Line 1: PACKAGE BODY XLE_BUSINESSINFO_GRP AS

1: PACKAGE BODY XLE_BUSINESSINFO_GRP AS
2: /* $Header: xlegbuib.pls 120.40 2012/01/27 18:44:05 jmary ship $ */
3:
4:
5:

Line 629: x_ledger_info XLE_BUSINESSINFO_GRP.LE_Ledger_Rec_Type;

625: l_str_ledger_id varchar2(150);
626: l_return_status varchar2(1);
627: l_msg_data varchar2(1000);
628:
629: x_ledger_info XLE_BUSINESSINFO_GRP.LE_Ledger_Rec_Type;
630: x_ledger_list GL_MC_INFO.ledger_tbl_type := GL_MC_INFO.ledger_tbl_type();
631: x_le_list gl_mc_info.le_bsv_tbl_type := gl_mc_info.le_bsv_tbl_type();
632:
633: l_index number:= 1;

Line 1114: x_ccid_le_info OUT NOCOPY XLE_BUSINESSINFO_GRP.ccid_le_Rec_Type

1110: x_return_status OUT NOCOPY VARCHAR2,
1111: x_msg_data OUT NOCOPY VARCHAR2,
1112: P_operating_unit_ID IN NUMBER,
1113: P_code_combination_id IN Number,
1114: x_ccid_le_info OUT NOCOPY XLE_BUSINESSINFO_GRP.ccid_le_Rec_Type
1115: ) IS
1116: l_party_id number;
1117: l_le_flag boolean := false;
1118: l_le_return_flag boolean := false;

Line 1123: l_ledger_info XLE_BUSINESSINFO_GRP.LE_Ledger_Rec_Type;

1119:
1120: l_index number := 1;
1121:
1122:
1123: l_ledger_info XLE_BUSINESSINFO_GRP.LE_Ledger_Rec_Type;
1124: l_msg_data VARCHAR2(1000);
1125: l_msg_count number;
1126: l_return_status varchar2(10);
1127: l_segment VARCHAR2(500);

Line 1210: XLE_BUSINESSINFO_GRP.get_ledger_info(

1206:
1207:
1208:
1209: /* Invoke XLE API Get_ledger_Info to retrieve ledger info information */
1210: XLE_BUSINESSINFO_GRP.get_ledger_info(
1211: x_return_status => l_return_status,
1212: x_msg_data => l_msg_data,
1213: p_ledger_id => l_ledger_id,
1214: p_bsv=>l_sel_column,

Line 1310: x_ptop_le_info OUT NOCOPY XLE_BUSINESSINFO_GRP.ptop_le_rec)

1306: P_registration_number IN VARCHAR2 DEFAULT NULL,
1307: P_location_id IN NUMBER DEFAULT NULL,
1308: P_code_combination_id IN NUMBER DEFAULT NULL,
1309: P_operating_unit_id IN NUMBER,
1310: x_ptop_le_info OUT NOCOPY XLE_BUSINESSINFO_GRP.ptop_le_rec)
1311: IS
1312:
1313: l_ou_le_info XLE_BUSINESSINFO_GRP.OU_LE_Tbl_Type;
1314: l_api_version CONSTANT NUMBER := 1.0;

Line 1313: l_ou_le_info XLE_BUSINESSINFO_GRP.OU_LE_Tbl_Type;

1309: P_operating_unit_id IN NUMBER,
1310: x_ptop_le_info OUT NOCOPY XLE_BUSINESSINFO_GRP.ptop_le_rec)
1311: IS
1312:
1313: l_ou_le_info XLE_BUSINESSINFO_GRP.OU_LE_Tbl_Type;
1314: l_api_version CONSTANT NUMBER := 1.0;
1315: l_return_status VARCHAR2(1);
1316: l_msg_data VARCHAR2(1000);
1317: l_msg_count NUMBER(5);

Line 1325: l_ccid_le_info XLE_BUSINESSINFO_GRP.ccid_le_Rec_Type;

1321: l_le_info XLE_UTILITIES_GRP.LegalEntity_Rec;
1322: TYPE l_le_tbl_type IS TABLE OF XLE_ENTITY_PROFILES.LEGAL_ENTITY_ID%TYPE INDEX BY BINARY_INTEGER;
1323: l_le_tbl l_le_tbl_type;
1324:
1325: l_ccid_le_info XLE_BUSINESSINFO_GRP.ccid_le_Rec_Type;
1326:
1327: BEGIN
1328:
1329: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1358: xle_businessinfo_grp.Get_OperatingUnit_Info(

1354:
1355: /* Derive LE from Le-Ledger-OU relationship if the Accounting Environment is Exclusive */
1356:
1357: if P_OPERATING_UNIT_ID is NOT NULL then
1358: xle_businessinfo_grp.Get_OperatingUnit_Info(
1359: x_return_status => l_return_status,
1360: x_msg_data => l_msg_data,
1361: p_operating_unit => p_operating_unit_id,
1362: p_legal_entity_id => NULL,

Line 1502: xle_businessinfo_grp.get_ccid_info(

1498: -- Use the LE CCId API to derive the LE
1499:
1500: if (p_code_combination_id is not null and p_operating_unit_id is not null) AND (NOT x_le_flag) then
1501:
1502: xle_businessinfo_grp.get_ccid_info(
1503: x_return_status => l_return_status,
1504: x_msg_data => l_msg_data,
1505: p_operating_unit_id => p_operating_unit_id,
1506: p_code_combination_id => p_code_combination_id,

Line 1617: x_otoc_Le_info OUT NOCOPY XLE_BUSINESSINFO_GRP.otoc_le_rec)

1613: P_customer_id IN NUMBER DEFAULT NULL,
1614: P_transaction_type_id IN NUMBER DEFAULT NULL,
1615: P_batch_source_id IN NUMBER DEFAULT NULL,
1616: P_operating_unit_id IN NUMBER,
1617: x_otoc_Le_info OUT NOCOPY XLE_BUSINESSINFO_GRP.otoc_le_rec)
1618: IS
1619: l_le_id NUMBER;
1620: l_return_status varchar2(1);
1621: l_msg_data varchar2(1000);

Line 1736: l_otoc_le_info XLE_BUSINESSINFO_GRP.otoc_le_rec;

1732: l_customer_id number;
1733: l_transaction_type_id number;
1734: l_batch_source_id number;
1735: l_operating_unit_id number;
1736: l_otoc_le_info XLE_BUSINESSINFO_GRP.otoc_le_rec;
1737:
1738: BEGIN
1739:
1740: l_customer_type := P_customer_type;

Line 1749: XLE_BUSINESSINFO_GRP.Get_OrdertoCash_Info (

1745:
1746: /* Call the main Get_OrdertoCash_Info method that returns the
1747: otoc_Le_info record*/
1748:
1749: XLE_BUSINESSINFO_GRP.Get_OrdertoCash_Info (
1750: x_return_status => l_return_status,
1751: x_msg_data => l_msg_data,
1752: P_customer_type => l_customer_type,
1753: P_customer_id => l_customer_id,

Line 1833: l_otoc_le_info XLE_BUSINESSINFO_GRP.otoc_le_rec;

1829: l_customer_id number;
1830: l_transaction_type_id number;
1831: l_batch_source_id number;
1832: l_operating_unit_id number;
1833: l_otoc_le_info XLE_BUSINESSINFO_GRP.otoc_le_rec;
1834:
1835: BEGIN
1836: l_customer_type := P_customer_type;
1837: l_customer_id := P_customer_id;

Line 1843: XLE_BUSINESSINFO_GRP.Get_OrdertoCash_Info (

1839: l_batch_source_id := P_batch_source_id;
1840: l_operating_unit_id := P_operating_unit_id;
1841:
1842: /* Call the main Get_OrdertoCash_Info method that returns the otoc_Le_info record*/
1843: XLE_BUSINESSINFO_GRP.Get_OrdertoCash_Info (
1844: x_return_status => l_return_status,
1845: x_msg_data => l_msg_data,
1846: P_customer_type => l_customer_type,
1847: P_customer_id => l_customer_id,

Line 1877: END XLE_BUSINESSINFO_GRP;

1873: x_return_status := FND_API.G_RET_STS_ERROR ;
1874:
1875: END Get_OrdertoCash_Info ;
1876:
1877: END XLE_BUSINESSINFO_GRP;