DBA Data[Home] [Help]

APPS.HR_DEPLOYMENT_FACTOR_API dependencies on HR_UTILITY

Line 78: hr_utility.set_location('Entering:'|| l_proc, 10);

74: where person_id=p_person_id
75: and rownum = 1; -- Added for bug 3387339.
76: --
77: begin
78: hr_utility.set_location('Entering:'|| l_proc, 10);
79: --
80: -- Issue a savepoint
81: --
82: savepoint create_person_dpmt_factor;

Line 276: hr_utility.set_location(' Leaving:'||l_proc, 70);

272: --
273: p_deployment_factor_id := l_deployment_factor_id;
274: p_object_version_number := l_object_version_number;
275: --
276: hr_utility.set_location(' Leaving:'||l_proc, 70);
277: exception
278: when hr_api.validate_enabled then
279: --
280: -- As the Validate_Enabled exception has been raised

Line 291: hr_utility.set_location(' Leaving:'||l_proc, 80);

287: -- when validation only mode is being used.)
288: --
289: p_deployment_factor_id := null;
290: p_object_version_number := null;
291: hr_utility.set_location(' Leaving:'||l_proc, 80);
292: when others then
293: --
294: -- A validation or unexpected error has occured
295: --

Line 303: hr_utility.set_location(' Leaving:'||l_proc, 90);

299: --
300: p_deployment_factor_id := null;
301: p_object_version_number := null;
302: --
303: hr_utility.set_location(' Leaving:'||l_proc, 90);
304: raise;
305: end create_person_dpmt_factor;
306: --
307: -- ----------------------------------------------------------------------------

Line 370: hr_utility.set_location('Entering:'|| l_proc, 10);

366: l_ovn per_deployment_factors.object_version_number%type := p_object_version_number;
367: l_api_updating boolean;
368: --
369: begin
370: hr_utility.set_location('Entering:'|| l_proc, 10);
371: --
372: -- Issue a savepoint
373: --
374: savepoint update_person_dpmt_factor;

Line 385: hr_utility.set_location(l_proc, 20);

381: --
382: if not l_api_updating
383: then
384: --
385: hr_utility.set_location(l_proc, 20);
386: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
387: hr_utility.raise_error;
388: end if;
389: --

Line 386: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');

382: if not l_api_updating
383: then
384: --
385: hr_utility.set_location(l_proc, 20);
386: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
387: hr_utility.raise_error;
388: end if;
389: --
390: -- Truncate the time portion from all IN date parameters

Line 387: hr_utility.raise_error;

383: then
384: --
385: hr_utility.set_location(l_proc, 20);
386: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
387: hr_utility.raise_error;
388: end if;
389: --
390: -- Truncate the time portion from all IN date parameters
391: --

Line 577: hr_utility.set_location(' Leaving:'||l_proc, 70);

573: -- Set all output arguments
574: --
575: p_object_version_number := l_object_version_number;
576: --
577: hr_utility.set_location(' Leaving:'||l_proc, 70);
578: exception
579: when hr_api.validate_enabled then
580: --
581: -- As the Validate_Enabled exception has been raised

Line 591: hr_utility.set_location(' Leaving:'||l_proc, 80);

587: -- (Any key or derived arguments must be set to null
588: -- when validation only mode is being used.)
589: --
590: p_object_version_number := null;
591: hr_utility.set_location(' Leaving:'||l_proc, 80);
592: when others then
593: --
594: -- A validation or unexpected error has occured
595: --

Line 602: hr_utility.set_location(' Leaving:'||l_proc, 90);

598: -- set in out parameters and set out parameters
599: --
600: p_object_version_number := l_ovn;
601: --
602: hr_utility.set_location(' Leaving:'||l_proc, 90);
603: raise;
604: end update_person_dpmt_factor;
605: --
606: -- ----------------------------------------------------------------------------

Line 672: hr_utility.set_location('Entering:'|| l_proc, 10);

668: from hr_all_positions_f
669: where position_id=p_position_id;
670: --
671: begin
672: hr_utility.set_location('Entering:'|| l_proc, 10);
673: --
674: -- Issue a savepoint
675: --
676: savepoint create_position_dpmt_factor;

Line 863: hr_utility.set_location(' Leaving:'||l_proc, 70);

859: --
860: p_deployment_factor_id := l_deployment_factor_id;
861: p_object_version_number := l_object_version_number;
862: --
863: hr_utility.set_location(' Leaving:'||l_proc, 70);
864: exception
865: when hr_api.validate_enabled then
866: --
867: -- As the Validate_Enabled exception has been raised

Line 878: hr_utility.set_location(' Leaving:'||l_proc, 80);

874: -- when validation only mode is being used.)
875: --
876: p_deployment_factor_id := null;
877: p_object_version_number := null;
878: hr_utility.set_location(' Leaving:'||l_proc, 80);
879: when others then
880: --
881: -- A validation or unexpected error has occured
882: --

Line 890: hr_utility.set_location(' Leaving:'||l_proc, 90);

886: --
887: p_deployment_factor_id := null;
888: p_object_version_number := null;
889: --
890: hr_utility.set_location(' Leaving:'||l_proc, 90);
891: raise;
892: end create_position_dpmt_factor;
893: --
894: --

Line 955: hr_utility.set_location('Entering:'|| l_proc, 10);

951: l_ovn per_deployment_factors.object_version_number%type := p_object_version_number;
952: l_api_updating boolean;
953: --
954: begin
955: hr_utility.set_location('Entering:'|| l_proc, 10);
956: --
957: -- Issue a savepoint
958: --
959: savepoint update_position_dpmt_factor;

Line 970: hr_utility.set_location(l_proc, 20);

966: --
967: if not l_api_updating
968: then
969: --
970: hr_utility.set_location(l_proc, 20);
971: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
972: hr_utility.raise_error;
973: end if;
974: --

Line 971: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');

967: if not l_api_updating
968: then
969: --
970: hr_utility.set_location(l_proc, 20);
971: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
972: hr_utility.raise_error;
973: end if;
974: --
975: -- Truncate the time portion from all IN date parameters

Line 972: hr_utility.raise_error;

968: then
969: --
970: hr_utility.set_location(l_proc, 20);
971: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
972: hr_utility.raise_error;
973: end if;
974: --
975: -- Truncate the time portion from all IN date parameters
976: --

Line 1155: hr_utility.set_location(' Leaving:'||l_proc, 70);

1151: -- Set all output arguments
1152: --
1153: p_object_version_number := l_object_version_number;
1154: --
1155: hr_utility.set_location(' Leaving:'||l_proc, 70);
1156: exception
1157: when hr_api.validate_enabled then
1158: --
1159: -- As the Validate_Enabled exception has been raised

Line 1169: hr_utility.set_location(' Leaving:'||l_proc, 80);

1165: -- (Any key or derived arguments must be set to null
1166: -- when validation only mode is being used.)
1167: --
1168: p_object_version_number := null;
1169: hr_utility.set_location(' Leaving:'||l_proc, 80);
1170: when others then
1171: --
1172: -- A validation or unexpected error has occured
1173: --

Line 1180: hr_utility.set_location(' Leaving:'||l_proc, 90);

1176: -- set in out parameters and set out parameters
1177: --
1178: p_object_version_number := l_ovn;
1179: --
1180: hr_utility.set_location(' Leaving:'||l_proc, 90);
1181: raise;
1182: end update_position_dpmt_factor;
1183: --
1184: --

Line 1251: hr_utility.set_location('Entering:'|| l_proc, 10);

1247: from per_jobs_v
1248: where job_id=p_job_id;
1249: --
1250: begin
1251: hr_utility.set_location('Entering:'|| l_proc, 10);
1252: --
1253: -- Issue a savepoint
1254: --
1255: savepoint create_job_dpmt_factor;

Line 1442: hr_utility.set_location(' Leaving:'||l_proc, 70);

1438: --
1439: p_deployment_factor_id := l_deployment_factor_id;
1440: p_object_version_number := l_object_version_number;
1441: --
1442: hr_utility.set_location(' Leaving:'||l_proc, 70);
1443: exception
1444: when hr_api.validate_enabled then
1445: --
1446: -- As the Validate_Enabled exception has been raised

Line 1457: hr_utility.set_location(' Leaving:'||l_proc, 80);

1453: -- when validation only mode is being used.)
1454: --
1455: p_deployment_factor_id := null;
1456: p_object_version_number := null;
1457: hr_utility.set_location(' Leaving:'||l_proc, 80);
1458: when others then
1459: --
1460: -- A validation or unexpected error has occured
1461: --

Line 1469: hr_utility.set_location(' Leaving:'||l_proc, 90);

1465: --
1466: p_deployment_factor_id := null;
1467: p_object_version_number := null;
1468: --
1469: hr_utility.set_location(' Leaving:'||l_proc, 90);
1470: raise;
1471: end create_job_dpmt_factor;
1472: --
1473: --

Line 1534: hr_utility.set_location('Entering:'|| l_proc, 10);

1530: l_ovn per_deployment_factors.object_version_number%type := p_object_version_number;
1531: l_api_updating boolean;
1532: --
1533: begin
1534: hr_utility.set_location('Entering:'|| l_proc, 10);
1535: --
1536: -- Issue a savepoint
1537: --
1538: savepoint update_job_dpmt_factor;

Line 1549: hr_utility.set_location(l_proc, 20);

1545: --
1546: if not l_api_updating
1547: then
1548: --
1549: hr_utility.set_location(l_proc, 20);
1550: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
1551: hr_utility.raise_error;
1552: end if;
1553: --

Line 1550: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');

1546: if not l_api_updating
1547: then
1548: --
1549: hr_utility.set_location(l_proc, 20);
1550: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
1551: hr_utility.raise_error;
1552: end if;
1553: --
1554: -- Truncate the time portion from all IN date parameters

Line 1551: hr_utility.raise_error;

1547: then
1548: --
1549: hr_utility.set_location(l_proc, 20);
1550: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
1551: hr_utility.raise_error;
1552: end if;
1553: --
1554: -- Truncate the time portion from all IN date parameters
1555: --

Line 1734: hr_utility.set_location(' Leaving:'||l_proc, 70);

1730: -- Set all output arguments
1731: --
1732: p_object_version_number := l_object_version_number;
1733: --
1734: hr_utility.set_location(' Leaving:'||l_proc, 70);
1735: exception
1736: when hr_api.validate_enabled then
1737: --
1738: -- As the Validate_Enabled exception has been raised

Line 1748: hr_utility.set_location(' Leaving:'||l_proc, 80);

1744: -- (Any key or derived arguments must be set to null
1745: -- when validation only mode is being used.)
1746: --
1747: p_object_version_number := null;
1748: hr_utility.set_location(' Leaving:'||l_proc, 80);
1749: when others then
1750: --
1751: -- A validation or unexpected error has occured
1752: --

Line 1759: hr_utility.set_location(' Leaving:'||l_proc, 90);

1755: -- set in out parameters and set out parameters
1756: --
1757: p_object_version_number := l_ovn;
1758: --
1759: hr_utility.set_location(' Leaving:'||l_proc, 90);
1760: raise;
1761: end update_job_dpmt_factor;
1762: --
1763: end hr_deployment_factor_api;