DBA Data[Home] [Help]

APPS.IRC_COMMUNICATIONS_API dependencies on HR_API

Line 98: when hr_api.cannot_find_prog_unit then

94: ,p_information10 => p_information10
95: );
96:
97: exception
98: when hr_api.cannot_find_prog_unit then
99: hr_api.cannot_find_prog_unit_error
100: (p_module_name => 'DEFINE_COMM_PROPERTIES'
101: ,p_hook_type => 'BP'
102: );

Line 99: hr_api.cannot_find_prog_unit_error

95: );
96:
97: exception
98: when hr_api.cannot_find_prog_unit then
99: hr_api.cannot_find_prog_unit_error
100: (p_module_name => 'DEFINE_COMM_PROPERTIES'
101: ,p_hook_type => 'BP'
102: );
103: end;

Line 181: when hr_api.cannot_find_prog_unit then

177: ,p_object_version_number => l_object_version_number
178: );
179:
180: exception
181: when hr_api.cannot_find_prog_unit then
182: hr_api.cannot_find_prog_unit_error
183: (p_module_name => 'DEFINE_COMM_PROPERTIES'
184: ,p_hook_type => 'AP'
185: );

Line 182: hr_api.cannot_find_prog_unit_error

178: );
179:
180: exception
181: when hr_api.cannot_find_prog_unit then
182: hr_api.cannot_find_prog_unit_error
183: (p_module_name => 'DEFINE_COMM_PROPERTIES'
184: ,p_hook_type => 'AP'
185: );
186: end;

Line 191: raise hr_api.validate_enabled;

187: --
188: -- When in validation only mode raise the Validate_Enabled exception
189: --
190: if p_validate then
191: raise hr_api.validate_enabled;
192: end if;
193: --
194: -- Set all output arguments
195: --

Line 200: when hr_api.validate_enabled then

196: p_communication_property_id := l_communication_property_id;
197: p_object_version_number := l_object_version_number;
198: hr_utility.set_location(' Leaving:'||l_proc, 70);
199: exception
200: when hr_api.validate_enabled then
201: --
202: -- As the Validate_Enabled exception has been raised
203: -- we must rollback to the savepoint
204: --

Line 325: when hr_api.cannot_find_prog_unit then

321: ,p_object_version_number => p_object_version_number
322: );
323:
324: exception
325: when hr_api.cannot_find_prog_unit then
326: hr_api.cannot_find_prog_unit_error
327: (p_module_name => 'UPDATE_COMM_PROPERTIES'
328: ,p_hook_type => 'BP'
329: );

Line 326: hr_api.cannot_find_prog_unit_error

322: );
323:
324: exception
325: when hr_api.cannot_find_prog_unit then
326: hr_api.cannot_find_prog_unit_error
327: (p_module_name => 'UPDATE_COMM_PROPERTIES'
328: ,p_hook_type => 'BP'
329: );
330: end;

Line 410: when hr_api.cannot_find_prog_unit then

406: ,p_object_version_number => l_object_version_number
407: );
408:
409: exception
410: when hr_api.cannot_find_prog_unit then
411: hr_api.cannot_find_prog_unit_error
412: (p_module_name => 'UPDATE_COMM_PROPERTIES'
413: ,p_hook_type => 'AP'
414: );

Line 411: hr_api.cannot_find_prog_unit_error

407: );
408:
409: exception
410: when hr_api.cannot_find_prog_unit then
411: hr_api.cannot_find_prog_unit_error
412: (p_module_name => 'UPDATE_COMM_PROPERTIES'
413: ,p_hook_type => 'AP'
414: );
415: end;

Line 420: raise hr_api.validate_enabled;

416: --
417: -- When in validation only mode raise the Validate_Enabled exception
418: --
419: if p_validate then
420: raise hr_api.validate_enabled;
421: end if;
422: --
423: -- Set all output arguments
424: --

Line 428: when hr_api.validate_enabled then

424: --
425: p_object_version_number := l_object_version_number;
426: hr_utility.set_location(' Leaving:'||l_proc, 70);
427: exception
428: when hr_api.validate_enabled then
429: --
430: -- As the Validate_Enabled exception has been raised
431: -- we must rollback to the savepoint
432: --

Line 497: when hr_api.cannot_find_prog_unit then

493: ,p_start_date => l_start_date
494: );
495:
496: exception
497: when hr_api.cannot_find_prog_unit then
498: hr_api.cannot_find_prog_unit_error
499: (p_module_name => 'CREATE_COMMUNICATION'
500: ,p_hook_type => 'BP'
501: );

Line 498: hr_api.cannot_find_prog_unit_error

494: );
495:
496: exception
497: when hr_api.cannot_find_prog_unit then
498: hr_api.cannot_find_prog_unit_error
499: (p_module_name => 'CREATE_COMMUNICATION'
500: ,p_hook_type => 'BP'
501: );
502: end;

Line 533: when hr_api.cannot_find_prog_unit then

529: ,p_communication_id => l_communication_id
530: );
531:
532: exception
533: when hr_api.cannot_find_prog_unit then
534: hr_api.cannot_find_prog_unit_error
535: (p_module_name => 'CREATE_COMMUNICATION'
536: ,p_hook_type => 'AP'
537: );

Line 534: hr_api.cannot_find_prog_unit_error

530: );
531:
532: exception
533: when hr_api.cannot_find_prog_unit then
534: hr_api.cannot_find_prog_unit_error
535: (p_module_name => 'CREATE_COMMUNICATION'
536: ,p_hook_type => 'AP'
537: );
538: end;

Line 544: raise hr_api.validate_enabled;

540: --
541: -- When in validation only mode raise the Validate_Enabled exception
542: --
543: if p_validate then
544: raise hr_api.validate_enabled;
545: end if;
546: --
547: -- Set all output arguments
548: --

Line 554: when hr_api.validate_enabled then

550: p_communication_id := l_communication_id;
551: hr_utility.set_location(' Leaving:'||l_proc, 70);
552: --
553: exception
554: when hr_api.validate_enabled then
555: --
556: -- As the Validate_Enabled exception has been raised
557: -- we must rollback to the savepoint
558: --

Line 628: raise hr_api.validate_enabled;

624: --
625: -- When in validation only mode raise the Validate_Enabled exception
626: --
627: if p_validate then
628: raise hr_api.validate_enabled;
629: end if;
630: --
631: -- Set all output arguments
632: --

Line 638: when hr_api.validate_enabled then

634: p_communication_id := l_communication_id;
635: hr_utility.set_location(' Leaving:'||l_proc, 70);
636: --
637: exception
638: when hr_api.validate_enabled then
639: --
640: -- As the Validate_Enabled exception has been raised
641: -- we must rollback to the savepoint
642: --

Line 714: when hr_api.cannot_find_prog_unit then

710: ,p_object_version_number => p_object_version_number
711: );
712:
713: exception
714: when hr_api.cannot_find_prog_unit then
715: hr_api.cannot_find_prog_unit_error
716: (p_module_name => 'UPDATE_COMMUNICATION'
717: ,p_hook_type => 'BP'
718: );

Line 715: hr_api.cannot_find_prog_unit_error

711: );
712:
713: exception
714: when hr_api.cannot_find_prog_unit then
715: hr_api.cannot_find_prog_unit_error
716: (p_module_name => 'UPDATE_COMMUNICATION'
717: ,p_hook_type => 'BP'
718: );
719: end;

Line 752: when hr_api.cannot_find_prog_unit then

748: ,p_communication_id => p_communication_id
749: );
750:
751: exception
752: when hr_api.cannot_find_prog_unit then
753: hr_api.cannot_find_prog_unit_error
754: (p_module_name => 'UPDATE_COMMUNICATION'
755: ,p_hook_type => 'AP'
756: );

Line 753: hr_api.cannot_find_prog_unit_error

749: );
750:
751: exception
752: when hr_api.cannot_find_prog_unit then
753: hr_api.cannot_find_prog_unit_error
754: (p_module_name => 'UPDATE_COMMUNICATION'
755: ,p_hook_type => 'AP'
756: );
757: end;

Line 763: raise hr_api.validate_enabled;

759: --
760: -- When in validation only mode raise the Validate_Enabled exception
761: --
762: if p_validate then
763: raise hr_api.validate_enabled;
764: end if;
765: --
766: -- Set all output arguments
767: --

Line 772: when hr_api.validate_enabled then

768: p_object_version_number := l_object_version_number;
769: hr_utility.set_location(' Leaving:'||l_proc, 70);
770: --
771: exception
772: when hr_api.validate_enabled then
773: --
774: -- As the Validate_Enabled exception has been raised
775: -- we must rollback to the savepoint
776: --

Line 847: raise hr_api.validate_enabled;

843: --
844: -- When in validation only mode raise the Validate_Enabled exception
845: --
846: if p_validate then
847: raise hr_api.validate_enabled;
848: end if;
849: --
850: -- Set all output arguments
851: --

Line 856: when hr_api.validate_enabled then

852: p_object_version_number := l_object_version_number;
853: hr_utility.set_location(' Leaving:'||l_proc, 70);
854: --
855: exception
856: when hr_api.validate_enabled then
857: --
858: -- As the Validate_Enabled exception has been raised
859: -- we must rollback to the savepoint
860: --

Line 921: raise hr_api.validate_enabled;

917: --
918: -- When in validation only mode raise the Validate_Enabled exception
919: --
920: if p_validate then
921: raise hr_api.validate_enabled;
922: end if;
923: --
924: -- Set all output arguments
925: --

Line 929: when hr_api.validate_enabled then

925: --
926: --
927: hr_utility.set_location(' Leaving:'||l_proc, 50);
928: exception
929: when hr_api.validate_enabled then
930: --
931: -- As the Validate_Enabled exception has been raised
932: -- we must rollback to the savepoint
933: --

Line 989: when hr_api.cannot_find_prog_unit then

985: ,p_status => p_status
986: );
987:
988: exception
989: when hr_api.cannot_find_prog_unit then
990: hr_api.cannot_find_prog_unit_error
991: (p_module_name => 'CREATE_COMM_TOPIC'
992: ,p_hook_type => 'BP'
993: );

Line 990: hr_api.cannot_find_prog_unit_error

986: );
987:
988: exception
989: when hr_api.cannot_find_prog_unit then
990: hr_api.cannot_find_prog_unit_error
991: (p_module_name => 'CREATE_COMM_TOPIC'
992: ,p_hook_type => 'BP'
993: );
994: end;

Line 1021: when hr_api.cannot_find_prog_unit then

1017: ,p_object_version_number => l_object_version_number
1018: );
1019:
1020: exception
1021: when hr_api.cannot_find_prog_unit then
1022: hr_api.cannot_find_prog_unit_error
1023: (p_module_name => 'CREATE_COMM_TOPIC'
1024: ,p_hook_type => 'AP'
1025: );

Line 1022: hr_api.cannot_find_prog_unit_error

1018: );
1019:
1020: exception
1021: when hr_api.cannot_find_prog_unit then
1022: hr_api.cannot_find_prog_unit_error
1023: (p_module_name => 'CREATE_COMM_TOPIC'
1024: ,p_hook_type => 'AP'
1025: );
1026: end;

Line 1032: raise hr_api.validate_enabled;

1028: --
1029: -- When in validation only mode raise the Validate_Enabled exception
1030: --
1031: if p_validate then
1032: raise hr_api.validate_enabled;
1033: end if;
1034: --
1035: -- Set all output arguments
1036: --

Line 1042: when hr_api.validate_enabled then

1038: p_communication_topic_id := l_communication_topic_id;
1039: hr_utility.set_location(' Leaving:'||l_proc, 70);
1040: --
1041: exception
1042: when hr_api.validate_enabled then
1043: --
1044: -- As the Validate_Enabled exception has been raised
1045: -- we must rollback to the savepoint
1046: --

Line 1126: when hr_api.cannot_find_prog_unit then

1122: ,p_deleted_flag => p_deleted_flag
1123: );
1124:
1125: exception
1126: when hr_api.cannot_find_prog_unit then
1127: hr_api.cannot_find_prog_unit_error
1128: (p_module_name => 'CREATE_MESSAGE'
1129: ,p_hook_type => 'BP'
1130: );

Line 1127: hr_api.cannot_find_prog_unit_error

1123: );
1124:
1125: exception
1126: when hr_api.cannot_find_prog_unit then
1127: hr_api.cannot_find_prog_unit_error
1128: (p_module_name => 'CREATE_MESSAGE'
1129: ,p_hook_type => 'BP'
1130: );
1131: end;

Line 1172: when hr_api.cannot_find_prog_unit then

1168: ,p_object_version_number => l_object_version_number
1169: );
1170:
1171: exception
1172: when hr_api.cannot_find_prog_unit then
1173: hr_api.cannot_find_prog_unit_error
1174: (p_module_name => 'CREATE_MESSAGE'
1175: ,p_hook_type => 'AP'
1176: );

Line 1173: hr_api.cannot_find_prog_unit_error

1169: );
1170:
1171: exception
1172: when hr_api.cannot_find_prog_unit then
1173: hr_api.cannot_find_prog_unit_error
1174: (p_module_name => 'CREATE_MESSAGE'
1175: ,p_hook_type => 'AP'
1176: );
1177: end;

Line 1183: raise hr_api.validate_enabled;

1179: --
1180: -- When in validation only mode raise the Validate_Enabled exception
1181: --
1182: if p_validate then
1183: raise hr_api.validate_enabled;
1184: end if;
1185: --
1186: -- Set all output arguments
1187: --

Line 1193: when hr_api.validate_enabled then

1189: p_communication_message_id := l_communication_message_id;
1190: hr_utility.set_location(' Leaving:'||l_proc, 70);
1191: --
1192: exception
1193: when hr_api.validate_enabled then
1194: --
1195: -- As the Validate_Enabled exception has been raised
1196: -- we must rollback to the savepoint
1197: --

Line 1255: when hr_api.cannot_find_prog_unit then

1251: ,p_object_version_number => l_object_version_number
1252: );
1253:
1254: exception
1255: when hr_api.cannot_find_prog_unit then
1256: hr_api.cannot_find_prog_unit_error
1257: (p_module_name => 'UPDATE_MESSAGE'
1258: ,p_hook_type => 'BP'
1259: );

Line 1256: hr_api.cannot_find_prog_unit_error

1252: );
1253:
1254: exception
1255: when hr_api.cannot_find_prog_unit then
1256: hr_api.cannot_find_prog_unit_error
1257: (p_module_name => 'UPDATE_MESSAGE'
1258: ,p_hook_type => 'BP'
1259: );
1260: end;

Line 1283: when hr_api.cannot_find_prog_unit then

1279: ,p_object_version_number => l_object_version_number
1280: );
1281:
1282: exception
1283: when hr_api.cannot_find_prog_unit then
1284: hr_api.cannot_find_prog_unit_error
1285: (p_module_name => 'UPDATE_MESSAGE'
1286: ,p_hook_type => 'AP'
1287: );

Line 1284: hr_api.cannot_find_prog_unit_error

1280: );
1281:
1282: exception
1283: when hr_api.cannot_find_prog_unit then
1284: hr_api.cannot_find_prog_unit_error
1285: (p_module_name => 'UPDATE_MESSAGE'
1286: ,p_hook_type => 'AP'
1287: );
1288: end;

Line 1294: raise hr_api.validate_enabled;

1290: --
1291: -- When in validation only mode raise the Validate_Enabled exception
1292: --
1293: if p_validate then
1294: raise hr_api.validate_enabled;
1295: end if;
1296: --
1297: -- Set all output arguments
1298: --

Line 1303: when hr_api.validate_enabled then

1299: p_object_version_number := l_object_version_number;
1300: hr_utility.set_location(' Leaving:'||l_proc, 70);
1301: --
1302: exception
1303: when hr_api.validate_enabled then
1304: --
1305: -- As the Validate_Enabled exception has been raised
1306: -- we must rollback to the savepoint
1307: --

Line 1379: when hr_api.cannot_find_prog_unit then

1375: ,p_primary_flag => p_primary_flag
1376: );
1377:
1378: exception
1379: when hr_api.cannot_find_prog_unit then
1380: hr_api.cannot_find_prog_unit_error
1381: (p_module_name => 'ADD_RECIPIENT'
1382: ,p_hook_type => 'BP'
1383: );

Line 1380: hr_api.cannot_find_prog_unit_error

1376: );
1377:
1378: exception
1379: when hr_api.cannot_find_prog_unit then
1380: hr_api.cannot_find_prog_unit_error
1381: (p_module_name => 'ADD_RECIPIENT'
1382: ,p_hook_type => 'BP'
1383: );
1384: end;

Line 1419: when hr_api.cannot_find_prog_unit then

1415: ,p_object_version_number => p_object_version_number
1416: );
1417:
1418: exception
1419: when hr_api.cannot_find_prog_unit then
1420: hr_api.cannot_find_prog_unit_error
1421: (p_module_name => 'ADD_RECIPIENT'
1422: ,p_hook_type => 'AP'
1423: );

Line 1420: hr_api.cannot_find_prog_unit_error

1416: );
1417:
1418: exception
1419: when hr_api.cannot_find_prog_unit then
1420: hr_api.cannot_find_prog_unit_error
1421: (p_module_name => 'ADD_RECIPIENT'
1422: ,p_hook_type => 'AP'
1423: );
1424: end;

Line 1430: raise hr_api.validate_enabled;

1426: --
1427: -- When in validation only mode raise the Validate_Enabled exception
1428: --
1429: if p_validate then
1430: raise hr_api.validate_enabled;
1431: end if;
1432: --
1433: -- Set all output arguments
1434: --

Line 1440: when hr_api.validate_enabled then

1436: p_communication_recipient_id := l_communication_recipient_id;
1437: hr_utility.set_location(' Leaving:'||l_proc, 70);
1438: --
1439: exception
1440: when hr_api.validate_enabled then
1441: --
1442: -- As the Validate_Enabled exception has been raised
1443: -- we must rollback to the savepoint
1444: --