DBA Data[Home] [Help]

APPS.AMW_PROJECT_EVENT_PVT dependencies on FND_API

Line 948: retcode := FND_API.G_RET_STS_UNEXP_ERROR;

944: WHEN OTHERS THEN
945: fnd_file.put_line (fnd_file.LOG, SUBSTR ('Unexpected Error in Synchronize_Eng_Denorm_Tables'
946: || SUBSTR (SQLERRM, 1, 100), 1, 200));
947: errbuf := SQLERRM;
948: retcode := FND_API.G_RET_STS_UNEXP_ERROR;
949:
950: END Synchronize_Eng_Denorm_Tables;
951:
952:

Line 1049: x_return_status := fnd_api.g_ret_sts_success;

1045: l_audit_project_id NUMBER;
1046: l_sign_off_status varchar2(30);
1047:
1048: begin
1049: x_return_status := fnd_api.g_ret_sts_success;
1050:
1051:
1052: IF p_change_id IS NOT NULL THEN
1053: select pk1_value into l_audit_project_id

Line 1094: x_return_status := fnd_api.g_ret_sts_unexp_error;

1090:
1091:
1092: EXCEPTION
1093: WHEN OTHERS THEN
1094: x_return_status := fnd_api.g_ret_sts_unexp_error;
1095: -- Standard call to get message count and if count=1, get the message
1096: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
1097: p_count => x_msg_count,
1098: p_data => x_msg_data);

Line 1096: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,

1092: EXCEPTION
1093: WHEN OTHERS THEN
1094: x_return_status := fnd_api.g_ret_sts_unexp_error;
1095: -- Standard call to get message count and if count=1, get the message
1096: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
1097: p_count => x_msg_count,
1098: p_data => x_msg_data);
1099: end UPDATE_SIGNOFF_STATUS;
1100: