DBA Data[Home] [Help]

APPS.FEM_OBJECT_CATALOG_UTIL_PKG dependencies on STANDARD

Line 98: /* Standard Start of API savepoint */

94: ' P_EFFECTIVE_END_DATE:'||p_effective_end_date||
95: ' P_OBJ_DEF_NAME:'||p_obj_def_name||
96: ' P_COMMIT: '||p_commit);
97:
98: /* Standard Start of API savepoint */
99: SAVEPOINT create_object_pub;
100:
101: /* Standard call to check for call compatibility. */
102: IF NOT FND_API.Compatible_API_Call (c_api_version,

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

97:
98: /* Standard Start of API savepoint */
99: SAVEPOINT create_object_pub;
100:
101: /* Standard call to check for call compatibility. */
102: IF NOT FND_API.Compatible_API_Call (c_api_version,
103: p_api_version,
104: c_api_name,
105: pc_pkg_name)

Line 447: /* Standard Start of API savepoint */

443: ' P_EFFECTIVE_END_DATE:'||p_effective_end_date||
444: ' P_OBJ_DEF_NAME:'||p_obj_def_name||
445: ' P_COMMIT: '||p_commit);
446:
447: /* Standard Start of API savepoint */
448: SAVEPOINT create_object_definition_pub;
449:
450: /* Standard call to check for call compatibility. */
451: IF NOT FND_API.Compatible_API_Call (c_api_version,

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

446:
447: /* Standard Start of API savepoint */
448: SAVEPOINT create_object_definition_pub;
449:
450: /* Standard call to check for call compatibility. */
451: IF NOT FND_API.Compatible_API_Call (c_api_version,
452: p_api_version,
453: c_api_name,
454: pc_pkg_name)

Line 710: /* Standard call to get message count and if count is 1, get message info. */

706: END LOOP;
707:
708: END IF; /* effective date validation */
709:
710: /* Standard call to get message count and if count is 1, get message info. */
711: FND_MSG_PUB.Count_And_Get
712: (p_count => x_msg_count,
713: p_data => x_msg_data);
714:

Line 747: /* Standard Start of API savepoint */

743: fem_engines_pkg.tech_message(p_severity => pc_log_level_statement,
744: p_module => 'fem.plsql.'||pc_pkg_name||'.'||c_api_name,
745: p_msg_text => 'Begin. P_OBJECT_ID: '||p_object_id||' P_COMMIT: '||p_commit);
746:
747: /* Standard Start of API savepoint */
748: SAVEPOINT delete_object_pub;
749:
750: /* Standard call to check for call compatibility. */
751: IF NOT FND_API.Compatible_API_Call (c_api_version,

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

746:
747: /* Standard Start of API savepoint */
748: SAVEPOINT delete_object_pub;
749:
750: /* Standard call to check for call compatibility. */
751: IF NOT FND_API.Compatible_API_Call (c_api_version,
752: p_api_version,
753: c_api_name,
754: pc_pkg_name)

Line 837: /* Standard call to get message count and if count is 1, get message info. */

833: fem_engines_pkg.tech_message(p_severity => pc_log_level_statement,
834: p_module => 'fem.plsql.'||pc_pkg_name||'.'||c_api_name,
835: p_msg_text => 'End. X_RETURN_STATUS: '||x_return_status);
836:
837: /* Standard call to get message count and if count is 1, get message info. */
838: FND_MSG_PUB.Count_And_Get
839: (p_count => x_msg_count,
840: p_data => x_msg_data);
841: