DBA Data[Home] [Help]

APPS.IGS_FI_WAIVERS_API_PUB dependencies on STANDARD

Line 128: --Standard start of API savepoint

124: l_d_last_conversion_date DATE;
125:
126: l_b_return_status BOOLEAN;
127: BEGIN
128: --Standard start of API savepoint
129: SAVEPOINT create_manual_waivers_pub;
130:
131: log_to_fnd(p_v_module => 'create_manual_waivers',
132: p_v_string => ' Entered Procedure create_manual_waivers: The input parameters are '||

Line 147: --Standard call to check for call compatibility

143: ' p_gl_date : ' ||p_gl_date ||
144: ' p_source_credit_id : ' ||p_source_credit_id
145: );
146:
147: --Standard call to check for call compatibility
148: IF NOT fnd_api.compatible_api_call(
149: p_current_version_number => l_api_version,
150: p_caller_version_number => p_api_version,
151: p_api_name => l_api_name,

Line 427: -- Standard check of p_commit

423: END IF;
424:
425: ----------------------- End of API Body---------------------------
426:
427: -- Standard check of p_commit
428: IF fnd_api.to_boolean( p_commit) THEN
429: COMMIT WORK;
430: END IF;
431:

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

428: IF fnd_api.to_boolean( p_commit) THEN
429: COMMIT WORK;
430: END IF;
431:
432: --Standard call to get message count and if count is 1, get message info.
433: fnd_msg_pub.count_and_get(
434: p_count => x_msg_count,
435: p_data => x_msg_data
436: );