DBA Data[Home] [Help]

APPS.XLE_UTILITIES_GRP dependencies on STANDARD

Line 983: -- Standard call to check for call compatibility.

979: ELSE
980: l_init_msg_list := p_init_msg_list;
981: END IF;
982:
983: -- Standard call to check for call compatibility.
984:
985: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
986: p_api_version ,
987: l_api_name ,

Line 1012: -- Standard call to get message count and if count is 1, get message info.

1008: FROM XLE_ENTITY_PROFILES lep
1009: WHERE lep.party_id=p_party_id;
1010:
1011: -- End of API body.
1012: -- Standard call to get message count and if count is 1, get message info.
1013: FND_MSG_PUB.Count_And_Get
1014: ( p_count => x_msg_count ,
1015: p_data => x_msg_data
1016: );

Line 1093: -- Standard call to check for call compatibility.

1089: l_init_msg_list := p_init_msg_list;
1090: END IF;
1091:
1092:
1093: -- Standard call to check for call compatibility.
1094: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1095: p_api_version ,
1096: l_api_name ,
1097: G_PKG_NAME )

Line 1154: -- Standard call to get message count and if count is 1, get message info.

1150:
1151: END LOOP;
1152:
1153: -- End of API body.
1154: -- Standard call to get message count and if count is 1, get message info.
1155: FND_MSG_PUB.Count_And_Get
1156: ( p_count => x_msg_count ,
1157: p_data => x_msg_data
1158: );

Line 1233: -- Standard call to check for call compatibility.

1229: l_init_msg_list := p_init_msg_list;
1230: END IF;
1231:
1232:
1233: -- Standard call to check for call compatibility.
1234: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1235: p_api_version ,
1236: l_api_name ,
1237: G_PKG_NAME )

Line 1291: -- Standard call to get message count and if count is 1, get message info.

1287:
1288: END;
1289:
1290: -- End of API body.
1291: -- Standard call to get message count and if count is 1, get message info.
1292: FND_MSG_PUB.Count_And_Get
1293: ( p_count => x_msg_count ,
1294: p_data => x_msg_data
1295: );

Line 1348: -- Standard Start of API savepoint

1344: l_init_msg_list VARCHAR2(100);
1345: l_commit VARCHAR2(100);
1346: BEGIN
1347:
1348: -- Standard Start of API savepoint
1349:
1350:
1351: IF p_init_msg_list IS NULL THEN
1352: l_init_msg_list := FND_API.G_FALSE;

Line 1358: -- Standard call to check for call compatibility.

1354: l_init_msg_list := p_init_msg_list;
1355: END IF;
1356:
1357:
1358: -- Standard call to check for call compatibility.
1359:
1360: IF NOT FND_API.Compatible_API_Call (l_api_version,
1361: p_api_version,
1362: l_api_name,

Line 1403: -- Standard call to get message count and if count is 1, get message info.

1399:
1400:
1401: -- End of API body.
1402:
1403: -- Standard call to get message count and if count is 1, get message info.
1404: FND_MSG_PUB.Count_And_Get
1405: ( p_count => x_msg_count ,
1406: p_data => x_msg_data
1407: );

Line 1459: -- Standard Start of API savepoint

1455: l_init_msg_list VARCHAR2(100);
1456: l_commit VARCHAR2(100);
1457: BEGIN
1458:
1459: -- Standard Start of API savepoint
1460:
1461:
1462: l_TransEntity := null;
1463:

Line 1471: -- Standard call to check for call compatibility.

1467: l_init_msg_list := p_init_msg_list;
1468: END IF;
1469:
1470:
1471: -- Standard call to check for call compatibility.
1472: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1473: p_api_version ,
1474: l_api_name ,
1475: G_PKG_NAME )

Line 1507: -- Standard call to get message count and if count is 1, get message info.

1503: x_TransEntity := FND_API.G_FALSE;
1504: END IF;
1505:
1506: -- End of API body.
1507: -- Standard call to get message count and if count is 1, get message info.
1508: FND_MSG_PUB.Count_And_Get
1509: ( p_count => x_msg_count ,
1510: p_data => x_msg_data
1511: );

Line 1572: -- Standard Start of API savepoint

1568:
1569: l_init_msg_list VARCHAR2(100);
1570: l_commit VARCHAR2(100);
1571: BEGIN
1572: -- Standard Start of API savepoint
1573:
1574: l_index := 0;
1575:
1576: IF p_init_msg_list IS NULL THEN

Line 1583: -- Standard call to check for call compatibility.

1579: l_init_msg_list := p_init_msg_list;
1580: END IF;
1581:
1582:
1583: -- Standard call to check for call compatibility.
1584: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1585: p_api_version ,
1586: l_api_name ,
1587: G_PKG_NAME )

Line 1658: -- Standard call to get message count and if count is 1, get message info.

1654: RAISE FND_API.G_EXC_ERROR;
1655: END;
1656: -- End of API body.
1657:
1658: -- Standard call to get message count and if count is 1, get message info.
1659: FND_MSG_PUB.Count_And_Get
1660: ( p_count => x_msg_count ,
1661: p_data => x_msg_data
1662: );

Line 1724: -- Standard call to check for call compatibility.

1720: l_init_msg_list := p_init_msg_list;
1721: END IF;
1722:
1723:
1724: -- Standard call to check for call compatibility.
1725: IF NOT FND_API.Compatible_API_Call (l_api_version,
1726: p_api_version,
1727: l_api_name,
1728: G_PKG_NAME )

Line 1815: -- Standard Start of API savepoint

1811: l_commit VARCHAR2(100);
1812:
1813: BEGIN
1814:
1815: -- Standard Start of API savepoint
1816:
1817:
1818: IF p_init_msg_list IS NULL THEN
1819: l_init_msg_list := FND_API.G_FALSE;

Line 1825: -- Standard call to check for call compatibility.

1821: l_init_msg_list := p_init_msg_list;
1822: END IF;
1823:
1824:
1825: -- Standard call to check for call compatibility.
1826: IF NOT FND_API.Compatible_API_Call (l_api_version,
1827: p_api_version,
1828: l_api_name,
1829: G_PKG_NAME )

Line 1864: -- Standard call to get message count and if count is 1, get message info.

1860: x_return_status := FND_API.G_RET_STS_SUCCESS;
1861:
1862: -- End of API body.
1863:
1864: -- Standard call to get message count and if count is 1, get message info.
1865: FND_MSG_PUB.Count_And_Get
1866: ( p_count => x_msg_count ,
1867: p_data => x_msg_data
1868: );

Line 1934: -- Standard Start of API savepoint

1930: AND etbp.party_id = p_party_id;
1931:
1932: BEGIN
1933:
1934: -- Standard Start of API savepoint
1935:
1936: l_index := 0;
1937:
1938: IF p_init_msg_list IS NULL THEN

Line 1945: -- Standard call to check for call compatibility.

1941: l_init_msg_list := p_init_msg_list;
1942: END IF;
1943:
1944:
1945: -- Standard call to check for call compatibility.
1946: IF NOT FND_API.Compatible_API_Call (l_api_version,
1947: p_api_version,
1948: l_api_name,
1949: G_PKG_NAME )

Line 1972: -- Standard call to get message count and if count is 1, get message info.

1968: END LOOP;
1969:
1970: -- End of API body.
1971:
1972: -- Standard call to get message count and if count is 1, get message info.
1973: FND_MSG_PUB.Count_And_Get
1974: ( p_count => x_msg_count ,
1975: p_data => x_msg_data
1976: );

Line 2067: -- Standard Start of API savepoint

2063: ;
2064:
2065:
2066: BEGIN
2067: -- Standard Start of API savepoint
2068:
2069:
2070: l_index := 0;
2071:

Line 2079: -- Standard call to check for call compatibility.

2075: l_init_msg_list := p_init_msg_list;
2076: END IF;
2077:
2078:
2079: -- Standard call to check for call compatibility.
2080: IF NOT FND_API.Compatible_API_Call (l_api_version,
2081: p_api_version,
2082: l_api_name,
2083: G_PKG_NAME )

Line 2107: -- Standard call to get message count and if count is 1, get message info.

2103: END LOOP;
2104:
2105: -- End of API body.
2106:
2107: -- Standard call to get message count and if count is 1, get message info.
2108: FND_MSG_PUB.Count_And_Get
2109: ( p_count => x_msg_count ,
2110: p_data => x_msg_data
2111: );

Line 2178: -- Standard Start of API savepoint

2174:
2175: l_legal_entity_name XLE_ENTITY_PROFILES.NAME%TYPE;
2176: l_return_var VARCHAR2(1000);
2177: BEGIN
2178: -- Standard Start of API savepoint
2179:
2180: l_index := 0;
2181:
2182: IF p_init_msg_list IS NULL THEN

Line 2189: -- Standard call to check for call compatibility.

2185: l_init_msg_list := p_init_msg_list;
2186: END IF;
2187:
2188:
2189: -- Standard call to check for call compatibility.
2190: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2191: p_api_version ,
2192: l_api_name ,
2193: G_PKG_NAME )

Line 2246: -- Standard call to get message count and if count is 1, get message info.

2242:
2243:
2244:
2245: -- End of API body.
2246: -- Standard call to get message count and if count is 1, get message info.
2247: FND_MSG_PUB.Count_And_Get
2248: ( p_count => x_msg_count ,
2249: p_data => x_msg_data
2250: );

Line 2491: -- Standard Start of API savepoint

2487: l_vat_registration VARCHAR2(1000);
2488:
2489: BEGIN
2490:
2491: -- Standard Start of API savepoint
2492:
2493:
2494: IF p_init_msg_list IS NULL THEN
2495: l_init_msg_list := FND_API.G_FALSE;

Line 2501: -- Standard call to check for call compatibility.

2497: l_init_msg_list := p_init_msg_list;
2498: END IF;
2499:
2500:
2501: -- Standard call to check for call compatibility.
2502: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2503: p_api_version ,
2504: l_api_name ,
2505: G_PKG_NAME )

Line 2557: -- Standard call to get message count and if count is 1, get message info.

2553: p_party_type => 'LEGAL_ESTABLISHMENT',
2554: p_effective_date =>p_effective_date );
2555:
2556: -- End of API body.
2557: -- Standard call to get message count and if count is 1, get message info.
2558: FND_MSG_PUB.Count_And_Get
2559: ( p_count => x_msg_count ,
2560: p_data => x_msg_data
2561: );