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 1866: -- Standard call to get message count and if count is 1, get message info.

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

Line 1936: -- Standard Start of API savepoint

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

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

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

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

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

Line 2069: -- Standard Start of API savepoint

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

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

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

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

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

Line 2180: -- Standard Start of API savepoint

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

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

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

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

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

Line 2493: -- Standard Start of API savepoint

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

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

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

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

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