DBA Data[Home] [Help]

APPS.FND_IMP_DEPENDENCY_PKG dependencies on STANDARD

Line 52: -- Standard Start of API savepoint

48: CURSOR sequence_cursor IS
49: SELECT fnd_imp_depobjects_s.NEXTVAL from dual;
50:
51: BEGIN
52: -- Standard Start of API savepoint
53: SAVEPOINT INSERT_DEP_OBJECT;
54:
55: -- Standard call to check for call compatibility.
56: IF NOT FND_API.Compatible_API_Call (

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

51: BEGIN
52: -- Standard Start of API savepoint
53: SAVEPOINT INSERT_DEP_OBJECT;
54:
55: -- Standard call to check for call compatibility.
56: IF NOT FND_API.Compatible_API_Call (
57: l_api_version,
58: p_api_version,
59: l_api_name,

Line 86: -- Standard check of p_commit.

82:
83: -----------------------
84: -- end of real logic --
85:
86: -- Standard check of p_commit.
87: IF (FND_API.To_Boolean(p_commit)) THEN
88: COMMIT WORK;
89: END IF;
90:

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

87: IF (FND_API.To_Boolean(p_commit)) THEN
88: COMMIT WORK;
89: END IF;
90:
91: -- Standard call to get message count and if count is 1, get message info.
92: FND_MSG_PUB.Count_And_Get(
93: p_count => x_msg_count,
94: p_data => x_msg_data );
95:

Line 379: -- Standard Start of API savepoint

375: l_object_version_number NUMBER;
376: l_return_status VARCHAR2(2000);
377:
378: BEGIN
379: -- Standard Start of API savepoint
380: SAVEPOINT INSERT_DEP_RELATION;
381:
382: -- Standard call to check for call compatibility.
383: IF NOT FND_API.Compatible_API_Call (

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

378: BEGIN
379: -- Standard Start of API savepoint
380: SAVEPOINT INSERT_DEP_RELATION;
381:
382: -- Standard call to check for call compatibility.
383: IF NOT FND_API.Compatible_API_Call (
384: l_api_version,
385: p_api_version,
386: l_api_name,

Line 510: -- Standard check of p_commit.

506:
507: -----------------------
508: -- end of real logic --
509:
510: -- Standard check of p_commit.
511: IF (FND_API.To_Boolean(p_commit)) THEN
512: COMMIT WORK;
513: END IF;
514:

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

511: IF (FND_API.To_Boolean(p_commit)) THEN
512: COMMIT WORK;
513: END IF;
514:
515: -- Standard call to get message count and if count is 1, get message info.
516: FND_MSG_PUB.Count_And_Get(
517: p_count => x_msg_count,
518: p_data => x_msg_data );
519: