DBA Data[Home] [Help]

APPS.CST_JOBCLOSEVAR_GRP dependencies on STANDARD

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

73: WHERE GROUP_ID = p_wcti_group_id;
74:
75: BEGIN
76:
77: /* Standard Start of API savepoint */
78: SAVEPOINT Calculate_Job_Variance_GRP;
79:
80: l_stmt_num := 0;
81: /* Procedure level log message for Entry point */

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

93: 'p_org_id=' || p_org_id ||
94: ')');
95: END IF;
96:
97: /* Standard call to check for call compatibility. */
98: IF NOT FND_API.Compatible_API_Call ( l_api_version,
99: p_api_version,
100: l_api_name,
101: G_PKG_NAME )

Line 694: /* Standard check of p_commit. */

690: ( p_count => x_msg_count,
691: p_data => x_msg_data
692: );
693:
694: /* Standard check of p_commit. */
695: IF FND_API.To_Boolean( p_commit ) THEN
696: COMMIT WORK;
697: END IF;
698: