DBA Data[Home] [Help]

APPS.ECE_EXTRACT_UTILS_PUB dependencies on STANDARD

Line 795: -- Standard Start of API savepoint

791: EC_DEBUG.PL(3, 'p_validation_level: ',p_validation_level);
792: EC_DEBUG.PL(3, 'p_interface_table: ',p_interface_table);
793: EC_DEBUG.PL(3, 'p_insert_cur: ',p_insert_cur);
794: end if;
795: -- Standard Start of API savepoint
796: SAVEPOINT insert_into_prod_interface_pvt;
797:
798: -- Standard call to check for call compatibility.
799: IF NOT fnd_api.compatible_api_call(

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

794: end if;
795: -- Standard Start of API savepoint
796: SAVEPOINT insert_into_prod_interface_pvt;
797:
798: -- Standard call to check for call compatibility.
799: IF NOT fnd_api.compatible_api_call(
800: l_api_version_number,
801: p_api_version_number,
802: l_api_name,

Line 1020: -- Standard check of p_simulate and p_commit parameters

1016: -- Error, abort processing
1017: RAISE fnd_api.g_exc_error;
1018: END IF;
1019:
1020: -- Standard check of p_simulate and p_commit parameters
1021: IF fnd_api.to_boolean(p_simulate) THEN
1022: ROLLBACK TO insert_into_prod_interface_pvt;
1023: ELSIF fnd_api.to_boolean(p_commit) THEN
1024: COMMIT WORK;

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

1023: ELSIF fnd_api.to_boolean(p_commit) THEN
1024: COMMIT WORK;
1025: END IF;
1026:
1027: -- Standard call to get message count and if count is 1, get message info.
1028: fnd_msg_pub.count_and_get(
1029: p_count => x_msg_count,
1030: p_data => x_msg_data);
1031: EC_DEBUG.POP('ece_extract_utils_pub.insert_into_prod_interface_pvt');