DBA Data[Home] [Help]

APPS.HZ_DYN_VALIDATION dependencies on FND_API

Line 107: RAISE fnd_api.g_exc_error;

103:
104: fnd_message.set_name('AR', 'HZ_DV_ID_NOT_FOUND');
105: fnd_message.set_token('SEQUENCE', 'hz_party_val_gt_s');
106: fnd_msg_pub.add;
107: RAISE fnd_api.g_exc_error;
108: END IF;
109: CLOSE partyidcur;
110:
111: -- Stage the data into the party temporary table.

Line 238: RAISE fnd_api.g_exc_error;

234:
235: fnd_message.set_name('AR', 'HZ_DV_ID_NOT_FOUND');
236: fnd_message.set_token('SEQUENCE', 'hz_relationship_val_gt_s');
237: fnd_msg_pub.add;
238: RAISE fnd_api.g_exc_error;
239: END IF;
240: CLOSE relidcur;
241: END IF;
242:

Line 354: l_return_status := fnd_api.g_ret_sts_success;

350: p_msg_level=>fnd_log.level_statement);
351: END IF;
352:
353: -- initialize API return status to success
354: l_return_status := fnd_api.g_ret_sts_success;
355:
356: -- get the name of the procedure being executed.
357: l_procedure_name := fnd_profile.value(x_profile_name);
358:

Line 388: IF l_return_status <> fnd_api.g_ret_sts_success THEN

384:
385: -- Execute the dynamic call.
386: EXECUTE IMMEDIATE l_exec_string USING IN OUT l_return_status; -- Bug 2776412
387:
388: IF l_return_status <> fnd_api.g_ret_sts_success THEN
389: RAISE hz_dyn_validation.execution_error;
390: END IF;
391:
392:

Line 467: RAISE fnd_api.g_exc_error;

463:
464: fnd_message.set_name('AR', 'HZ_DV_ID_NOT_FOUND');
465: fnd_message.set_token('SEQUENCE', 'hz_org_profile_val_gt_s');
466: fnd_msg_pub.add;
467: RAISE fnd_api.g_exc_error;
468: END IF;
469: CLOSE orgidcur;
470: END IF;
471:

Line 819: RAISE fnd_api.g_exc_error;

815:
816: fnd_message.set_name('AR', 'HZ_DV_ID_NOT_FOUND');
817: fnd_message.set_token('SEQUENCE', 'hz_group_val_gt_s');
818: fnd_msg_pub.add;
819: RAISE fnd_api.g_exc_error;
820: END IF;
821:
822: CLOSE grpidcur;
823: END IF;

Line 959: RAISE fnd_api.g_exc_error;

955:
956: fnd_message.set_name('AR', 'HZ_DV_ID_NOT_FOUND');
957: fnd_message.set_token('SEQUENCE', 'hz_contact_val_gt_s');
958: fnd_msg_pub.add;
959: RAISE fnd_api.g_exc_error;
960: END IF;
961: CLOSE ocidcur;
962: END IF;
963:

Line 1105: RAISE fnd_api.g_exc_error;

1101:
1102: fnd_message.set_name('AR', 'HZ_DV_ID_NOT_FOUND');
1103: fnd_message.set_token('SEQUENCE', 'hz_party_site_val_gt_s');
1104: fnd_msg_pub.add;
1105: RAISE fnd_api.g_exc_error;
1106: END IF;
1107: CLOSE psidcur;
1108: END IF;
1109:

Line 1245: RAISE fnd_api.g_exc_error;

1241:
1242: fnd_message.set_name('AR', 'HZ_DV_ID_NOT_FOUND');
1243: fnd_message.set_token('SEQUENCE', 'hz_location_val_gt_s');
1244: fnd_msg_pub.add;
1245: RAISE fnd_api.g_exc_error;
1246: END IF;
1247: CLOSE locidcur;
1248: END IF;
1249:

Line 1445: RAISE fnd_api.g_exc_error;

1441:
1442: fnd_message.set_name('AR', 'HZ_DV_ID_NOT_FOUND');
1443: fnd_message.set_token('SEQUENCE', 'hz_contact_point_val_gt_s');
1444: fnd_msg_pub.add;
1445: RAISE fnd_api.g_exc_error;
1446: END IF;
1447:
1448: CLOSE psidcur;
1449: END IF;