DBA Data[Home] [Help]

APPS.BEN_PRTT_RMT_APRVD_PYMT_API dependencies on HR_UTILITY

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

191: l_exp_incurd_dt date ;
192:
193: begin
194: --
195: hr_utility.set_location('Entering:'|| l_proc, 10);
196: --
197: -- Issue a savepoint if operating in validation only mode
198: --
199: savepoint create_prtt_rmt_aprvd_pymt;

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

197: -- Issue a savepoint if operating in validation only mode
198: --
199: savepoint create_prtt_rmt_aprvd_pymt;
200: --
201: hr_utility.set_location(l_proc, 20);
202: --
203: -- Process Logic
204: --
205: begin

Line 380: hr_utility.set_location(l_proc, 60);

376: -- End of API User Hook for the after hook of create_prtt_rmt_aprvd_pymt
377: --
378: end;
379: --
380: hr_utility.set_location(l_proc, 60);
381: --
382: ----Creating variable to create element entry
383: open c_pln;
384: fetch c_pln into

Line 402: hr_utility.set_location('pgm '||l_rslt_rec.pgm_id,100);

398: close c_rslt_rec;
399:
400: if l_rslt_rec.pgm_id is not null then
401: --
402: hr_utility.set_location('pgm '||l_rslt_rec.pgm_id,100);
403: open c_pgm (l_rslt_rec.pgm_id);
404: fetch c_pgm into l_acty_ref_perd_cd;
405: close c_pgm;
406: --

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

495: p_effective_start_date := l_effective_start_date;
496: p_effective_end_date := l_effective_end_date;
497: p_object_version_number := l_object_version_number;
498: --
499: hr_utility.set_location(' Leaving:'||l_proc, 70);
500: --
501: exception
502: --
503: when hr_api.validate_enabled then

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

514: p_prtt_rmt_aprvd_fr_pymt_id := null;
515: p_effective_start_date := null;
516: p_effective_end_date := null;
517: p_object_version_number := null;
518: hr_utility.set_location(' Leaving:'||l_proc, 80);
519: --
520: when others then
521: --
522: -- A validation or unexpected error has occured

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

691: --Bug 5558175
692: --
693: begin
694: --
695: hr_utility.set_location('Entering:'|| l_proc, 10);
696: --
697: -- Issue a savepoint if operating in validation only mode
698: --
699: savepoint update_prtt_rmt_aprvd_pymt;

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

697: -- Issue a savepoint if operating in validation only mode
698: --
699: savepoint update_prtt_rmt_aprvd_pymt;
700: --
701: hr_utility.set_location(l_proc, 20);
702: --
703: -- Process Logic
704:
705: open c_pry ;

Line 977: hr_utility.set_location(l_proc, 60);

973: end if ;
974:
975:
976:
977: hr_utility.set_location(l_proc, 60);
978: --
979: -- When in validation only mode raise the Validate_Enabled exception
980: --
981: if p_validate then

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

987: p_object_version_number := l_object_version_number;
988: p_effective_start_date := l_effective_start_date;
989: p_effective_end_date := l_effective_end_date;
990: --
991: hr_utility.set_location(' Leaving:'||l_proc, 70);
992: --
993: exception
994: --
995: when hr_api.validate_enabled then

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

1004: -- when validation only mode is being used.)
1005: --
1006: p_effective_start_date := null;
1007: p_effective_end_date := null;
1008: hr_utility.set_location(' Leaving:'||l_proc, 80);
1009: --
1010: when others then
1011: --
1012: -- A validation or unexpected error has occured

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

1073: --End Bug 5558175
1074: --
1075: begin
1076: --
1077: hr_utility.set_location('Entering:'|| l_proc, 10);
1078: --
1079: -- Issue a savepoint if operating in validation only mode
1080: --
1081: savepoint delete_prtt_rmt_aprvd_pymt;

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

1090: l_business_group_id;
1091: close c_old_prc ;
1092: --
1093: -- end fix 2223214
1094: hr_utility.set_location(l_proc, 20);
1095: --
1096: -- Process Logic
1097: open c_pry ;
1098: fetch c_pry into l_pry_rec ;

Line 1196: hr_utility.set_location(l_proc, 60);

1192: ,p_effective_date => p_effective_date
1193: ,p_element_entry_value_id => l_pry_rec.element_entry_value_id );
1194:
1195:
1196: hr_utility.set_location(l_proc, 60);
1197: --
1198: -- When in validation only mode raise the Validate_Enabled exception
1199: --
1200: if p_validate then

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

1200: if p_validate then
1201: raise hr_api.validate_enabled;
1202: end if;
1203: --
1204: hr_utility.set_location(' Leaving:'||l_proc, 70);
1205: --
1206: exception
1207: --
1208: when hr_api.validate_enabled then

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

1252: l_validation_end_date date;
1253: --
1254: begin
1255: --
1256: hr_utility.set_location('Entering:'|| l_proc, 10);
1257: --
1258: ben_pry_shd.lck
1259: (
1260: p_prtt_rmt_aprvd_fr_pymt_id => p_prtt_rmt_aprvd_fr_pymt_id

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

1264: ,p_effective_date => p_effective_date
1265: ,p_datetrack_mode => p_datetrack_mode
1266: );
1267: --
1268: hr_utility.set_location(' Leaving:'||l_proc, 70);
1269: --
1270: end lck;
1271: --
1272: end ben_prtt_rmt_aprvd_pymt_api;