DBA Data[Home] [Help]

APPS.GMD_COA_DATA_NEW dependencies on STANDARD

Line 1619: /* Do API standard code for savepoint, messages, initialize return status */

1615:
1616: /* **************************** main code **************************** */
1617: BEGIN
1618:
1619: /* Do API standard code for savepoint, messages, initialize return status */
1620: SAVEPOINT Populate_CoA_Data_SAVE;
1621: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,
1622: l_api_name, G_PKG_NAME) THEN
1623: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1835: /* -- standard check of p_commit */

1831: /* this is not an error. Report will be empty */
1832: END IF;
1833: /* end if there are any records in header table */
1834:
1835: /* -- standard check of p_commit */
1836: IF FND_API.To_Boolean(p_commit) THEN
1837: COMMIT WORK;
1838: END IF;
1839: /* -- standard call to get message count and if count is 1, get message info */

Line 1839: /* -- standard call to get message count and if count is 1, get message info */

1835: /* -- standard check of p_commit */
1836: IF FND_API.To_Boolean(p_commit) THEN
1837: COMMIT WORK;
1838: END IF;
1839: /* -- standard call to get message count and if count is 1, get message info */
1840: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count, p_data => x_msg_data);
1841:
1842: EXCEPTION
1843: WHEN FND_API.G_EXC_ERROR THEN

Line 1916: /* -- Do API standard code for savepoint, messages, initialize return status */

1912: delete from gmd_coa_details;
1913: delete from gmd_coa_spec_text;
1914: delete from gmd_coa_rslt_text;
1915:
1916: /* -- Do API standard code for savepoint, messages, initialize return status */
1917: SAVEPOINT Dump_To_Db_Tables_SAVE;
1918: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,
1919: l_api_name, G_PKG_NAME) THEN
1920: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 2049: /* -- standard check of p_commit */

2045: /* empty table is not an error */
2046: END IF;
2047: /* if there is something in header table */
2048:
2049: /* -- standard check of p_commit */
2050: IF FND_API.To_Boolean(p_commit) THEN
2051: COMMIT WORK;
2052: END IF;
2053:

Line 2054: /* -- standard call to get message count and if count is 1, get message info */

2050: IF FND_API.To_Boolean(p_commit) THEN
2051: COMMIT WORK;
2052: END IF;
2053:
2054: /* -- standard call to get message count and if count is 1, get message info */
2055: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count, p_data => x_msg_data);
2056:
2057: EXCEPTION
2058: WHEN FND_API.G_EXC_ERROR THEN