DBA Data[Home] [Help]

APPS.WIP_SCHED_RELATION_GRP dependencies on STANDARD

Line 113: /* Standard begin of API savepoint */

109: BAD_REL_STATUS_EXCEPTION EXCEPTION;
110:
111: BEGIN
112:
113: /* Standard begin of API savepoint */
114: SAVEPOINT sp_wip_wol_grp;
115: /* Standard call to check for call compatibility. */
116: IF NOT FND_API.Compatible_API_Call (l_api_version,
117: P_API_VERSION,

Line 115: /* Standard call to check for call compatibility. */

111: BEGIN
112:
113: /* Standard begin of API savepoint */
114: SAVEPOINT sp_wip_wol_grp;
115: /* Standard call to check for call compatibility. */
116: IF NOT FND_API.Compatible_API_Call (l_api_version,
117: P_API_VERSION,
118: l_api_name,
119: G_PKG_NAME)

Line 392: /* Standard check of p_commit */

388: IF SQL%NOTFOUND THEN
389: RAISE INSERT_FAIL_EXCEPTION;
390: END IF;
391:
392: /* Standard check of p_commit */
393:
394: /* Commit work if p_commit flag true */
395: IF FND_API.To_Boolean( p_commit ) THEN
396: COMMIT WORK;

Line 399: /* Standard call to get message count AND IF count is 1, get message info. */

395: IF FND_API.To_Boolean( p_commit ) THEN
396: COMMIT WORK;
397: END IF;
398:
399: /* Standard call to get message count AND IF count is 1, get message info. */
400: FND_MSG_PUB.Count_AND_Get
401: ( p_count => x_msg_count,
402: p_data => x_msg_data
403: );

Line 619: /* Standard begin of API savepoint */

615: l_relationship_id_tmp);
616:
617: BEGIN
618:
619: /* Standard begin of API savepoint */
620: SAVEPOINT sp_wip_wol_grp;
621: /* Standard call to check for call compatibility. */
622: IF NOT FND_API.Compatible_API_Call (l_api_version,
623: P_API_VERSION,

Line 621: /* Standard call to check for call compatibility. */

617: BEGIN
618:
619: /* Standard begin of API savepoint */
620: SAVEPOINT sp_wip_wol_grp;
621: /* Standard call to check for call compatibility. */
622: IF NOT FND_API.Compatible_API_Call (l_api_version,
623: P_API_VERSION,
624: l_api_name,
625: G_PKG_NAME)

Line 727: /* Standard check of p_commit */

723: RAISE DELETE_FAIL_EXCEPTION;
724: END IF;
725:
726:
727: /* Standard check of p_commit */
728: /* Commit work IF p_commit flag true */
729: IF FND_API.To_Boolean( p_commit ) THEN
730: COMMIT WORK;
731: END IF;

Line 733: /* Standard call to get message count AND IF count is 1, get message info. */

729: IF FND_API.To_Boolean( p_commit ) THEN
730: COMMIT WORK;
731: END IF;
732:
733: /* Standard call to get message count AND IF count is 1, get message info. */
734: FND_MSG_PUB.Count_AND_Get
735: ( p_count => x_msg_count,
736: p_data => x_msg_data
737: );