DBA Data[Home] [Help]

APPS.CST_SUBELEMENTS_PVT dependencies on STANDARD

Line 66: -- Standard Start of API savepoint

62: l_api_message VARCHAR2(1000);
63:
64: BEGIN
65:
66: -- Standard Start of API savepoint
67: SAVEPOINT processInterface_PVT;
68:
69: -- Standard call to check for call compatibility
70: IF NOT FND_API.Compatible_API_Call (

Line 69: -- Standard call to check for call compatibility

65:
66: -- Standard Start of API savepoint
67: SAVEPOINT processInterface_PVT;
68:
69: -- Standard call to check for call compatibility
70: IF NOT FND_API.Compatible_API_Call (
71: l_api_version,
72: p_api_version,
73: l_api_name,

Line 199: -- Standard check of p_commit

195: END IF;
196:
197: end if;
198:
199: -- Standard check of p_commit
200: IF FND_API.to_Boolean(p_commit) THEN
201: COMMIT WORK;
202: END IF;
203:

Line 204: -- Standard Call to get message count and if count = 1, get message info

200: IF FND_API.to_Boolean(p_commit) THEN
201: COMMIT WORK;
202: END IF;
203:
204: -- Standard Call to get message count and if count = 1, get message info
205: FND_MSG_PUB.Count_And_Get (
206: p_count => x_msg_count,
207: p_data => x_msg_data );
208:

Line 325: -- Standard Start of API savepoint

321:
322:
323: BEGIN
324:
325: -- Standard Start of API savepoint
326: SAVEPOINT getNonMatchingSubElements_PVT;
327:
328: -- Standard Call to check for call compatibility
329: IF NOT FND_API.Compatible_API_Call(

Line 328: -- Standard Call to check for call compatibility

324:
325: -- Standard Start of API savepoint
326: SAVEPOINT getNonMatchingSubElements_PVT;
327:
328: -- Standard Call to check for call compatibility
329: IF NOT FND_API.Compatible_API_Call(
330: l_api_version,
331: p_api_version,
332: l_api_name,

Line 485: -- Standard check of p_commit

481: end if;
482: END LOOP;
483: x_activity_count := l_counter;
484:
485: -- Standard check of p_commit
486: IF FND_API.to_Boolean(p_commit) THEN
487: COMMIT WORK;
488: END IF;
489:

Line 490: -- Standard Call to get message count and if count = 1, get message info

486: IF FND_API.to_Boolean(p_commit) THEN
487: COMMIT WORK;
488: END IF;
489:
490: -- Standard Call to get message count and if count = 1, get message info
491: FND_MSG_PUB.Count_And_Get (
492: p_count => x_msg_count,
493: p_data => x_msg_data );
494:

Line 616: -- Standard Start of API savepoint

612: x_err_msg VARCHAR2(200);
613: BEGIN
614:
615: -------------------------------------------------------------------------
616: -- Standard Start of API savepoint
617: -------------------------------------------------------------------------
618:
619: SAVEPOINT createSubElements_PVT;
620:

Line 622: -- Standard Call to check for call compatibility

618:
619: SAVEPOINT createSubElements_PVT;
620:
621: -------------------------------------------------------------------------
622: -- Standard Call to check for call compatibility
623: -------------------------------------------------------------------------
624:
625: IF NOT FND_API.Compatible_API_Call(
626: l_api_version,

Line 1413: standard_rate_flag,

1409: unit_of_measure,
1410: default_activity_id,
1411: resource_type,
1412: autocharge_type,
1413: standard_rate_flag,
1414: default_basis_type,
1415: absorption_account,
1416: allow_costs_flag,
1417: rate_variance_account,

Line 1463: standard_rate_flag,

1459: unit_of_measure)),
1460: l_default_activity_id,
1461: resource_type,
1462: autocharge_type,
1463: standard_rate_flag,
1464: default_basis_type,
1465: l_absorption_acct,
1466: allow_costs_flag,
1467: l_rate_variance_acct,

Line 1512: -- Standard check of p_commit

1508: l_statement := 270;
1509:
1510:
1511: ---------------------------------------------------------------------------
1512: -- Standard check of p_commit
1513: ---------------------------------------------------------------------------
1514:
1515: IF FND_API.to_Boolean(p_commit) THEN
1516: COMMIT WORK;

Line 1520: -- Standard Call to get message count and if count = 1, get message info

1516: COMMIT WORK;
1517: END IF;
1518:
1519: ---------------------------------------------------------------------------
1520: -- Standard Call to get message count and if count = 1, get message info
1521: ---------------------------------------------------------------------------
1522:
1523: FND_MSG_PUB.Count_And_Get (
1524: p_count => x_msg_count,

Line 1608: -- Standard Call to check for call compatibility

1604:
1605: BEGIN
1606:
1607: -------------------------------------------------------------------------
1608: -- Standard Call to check for call compatibility
1609: -------------------------------------------------------------------------
1610:
1611: IF NOT FND_API.Compatible_API_Call(
1612: l_api_version,

Line 1650: -- Standard check of p_commit

1646: WHERE mp.organization_id = p_to_organization_id;
1647:
1648:
1649: ---------------------------------------------------------------------------
1650: -- Standard check of p_commit
1651: ---------------------------------------------------------------------------
1652:
1653: IF FND_API.to_Boolean(p_commit) THEN
1654: COMMIT WORK;

Line 1658: -- Standard Call to get message count and if count = 1, get message info

1654: COMMIT WORK;
1655: END IF;
1656:
1657: --------------------------------------------------------------------------
1658: -- Standard Call to get message count and if count = 1, get message info
1659: --------------------------------------------------------------------------
1660:
1661: FND_MSG_PUB.Count_And_Get (
1662: p_count => x_msg_count,

Line 1745: -- Standard Call to check for call compatibility

1741:
1742: BEGIN
1743:
1744: -------------------------------------------------------------------------
1745: -- Standard Call to check for call compatibility
1746: -------------------------------------------------------------------------
1747:
1748: IF NOT FND_API.Compatible_API_Call(
1749: l_api_version,

Line 1775: -- Standard check of p_commit

1771: -- Place Extension code here
1772: -------------------------------------------------------------------------
1773:
1774: -------------------------------------------------------------------------
1775: -- Standard check of p_commit
1776: -------------------------------------------------------------------------
1777:
1778: IF FND_API.to_Boolean(p_commit) THEN
1779: COMMIT WORK;

Line 1783: -- Standard Call to get message count and if count = 1, get message info

1779: COMMIT WORK;
1780: END IF;
1781:
1782: -------------------------------------------------------------------------
1783: -- Standard Call to get message count and if count = 1, get message info
1784: -------------------------------------------------------------------------
1785:
1786: FND_MSG_PUB.Count_And_Get (
1787: p_count => x_msg_count,

Line 1871: -- Standard Call to check for call compatibility

1867:
1868: BEGIN
1869:
1870: -------------------------------------------------------------------------
1871: -- Standard Call to check for call compatibility
1872: -------------------------------------------------------------------------
1873:
1874: IF NOT FND_API.Compatible_API_Call(
1875: l_api_version,

Line 1901: -- Standard check of p_commit

1897: -- Place Extension code here
1898: -------------------------------------------------------------------------
1899:
1900: -------------------------------------------------------------------------
1901: -- Standard check of p_commit
1902: -------------------------------------------------------------------------
1903:
1904: IF FND_API.to_Boolean(p_commit) THEN
1905: COMMIT WORK;

Line 1909: -- Standard Call to get message count and if count = 1, get message info

1905: COMMIT WORK;
1906: END IF;
1907:
1908: -------------------------------------------------------------------------
1909: -- Standard Call to get message count and if count = 1, get message info
1910: -------------------------------------------------------------------------
1911:
1912: FND_MSG_PUB.Count_And_Get (
1913: p_count => x_msg_count,

Line 1997: -- Standard Call to check for call compatibility

1993:
1994: BEGIN
1995:
1996: -------------------------------------------------------------------------
1997: -- Standard Call to check for call compatibility
1998: -------------------------------------------------------------------------
1999:
2000: IF NOT FND_API.Compatible_API_Call(
2001: l_api_version,

Line 2040: -- Standard check of p_commit

2036: FROM bom_resources br
2037: WHERE br.resource_id = p_resource_id);
2038:
2039: -------------------------------------------------------------------------
2040: -- Standard check of p_commit
2041: -------------------------------------------------------------------------
2042:
2043: IF FND_API.to_Boolean(p_commit) THEN
2044: COMMIT WORK;

Line 2048: -- Standard Call to get message count and if count = 1, get message info

2044: COMMIT WORK;
2045: END IF;
2046:
2047: -------------------------------------------------------------------------
2048: -- Standard Call to get message count and if count = 1, get message info
2049: -------------------------------------------------------------------------
2050:
2051: FND_MSG_PUB.Count_And_Get (
2052: p_count => x_msg_count,

Line 2140: -- Standard Call to check for call compatibility

2136:
2137: BEGIN
2138:
2139: -------------------------------------------------------------------------
2140: -- Standard Call to check for call compatibility
2141: -------------------------------------------------------------------------
2142:
2143: IF NOT FND_API.Compatible_API_Call(
2144: l_api_version,

Line 2189: -- Standard check of p_commit

2185: WHERE mp.organization_id = p_to_organization_id
2186: AND br.resource_id = p_resource_id;
2187:
2188: -------------------------------------------------------------------------
2189: -- Standard check of p_commit
2190: -------------------------------------------------------------------------
2191:
2192: IF FND_API.to_Boolean(p_commit) THEN
2193: COMMIT WORK;

Line 2197: -- Standard Call to get message count and if count = 1, get message info

2193: COMMIT WORK;
2194: END IF;
2195:
2196: -------------------------------------------------------------------------
2197: -- Standard Call to get message count and if count = 1, get message info
2198: -------------------------------------------------------------------------
2199:
2200: FND_MSG_PUB.Count_And_Get (
2201: p_count => x_msg_count,

Line 2320: -- Standard Start of API savepoint

2316: l_api_message VARCHAR2(1000);
2317:
2318: BEGIN
2319:
2320: -- Standard Start of API savepoint
2321: SAVEPOINT summarizeSubElements_PVT;
2322:
2323: -- Standard Call to check for call compatibility
2324: IF NOT FND_API.Compatible_API_Call(

Line 2323: -- Standard Call to check for call compatibility

2319:
2320: -- Standard Start of API savepoint
2321: SAVEPOINT summarizeSubElements_PVT;
2322:
2323: -- Standard Call to check for call compatibility
2324: IF NOT FND_API.Compatible_API_Call(
2325: l_api_version,
2326: p_api_version,
2327: l_api_name,

Line 2821: -- Standard check of p_commit

2817:
2818:
2819: l_statement := 140;
2820:
2821: -- Standard check of p_commit
2822: IF FND_API.to_Boolean(p_commit) THEN
2823: COMMIT WORK;
2824: END IF;
2825:

Line 2829: -- Standard Call to get message count and if count = 1, get message info

2825:
2826:
2827: l_statement := 150;
2828:
2829: -- Standard Call to get message count and if count = 1, get message info
2830: FND_MSG_PUB.Count_And_Get (
2831: p_count => x_msg_count,
2832: p_data => x_msg_data );
2833: