DBA Data[Home] [Help]

APPS.PSP_ORGANIZATION_ACCOUNTS_API dependencies on HR_API

Line 7: p_legislation_code varchar(50):=hr_api.userenv_lang;

3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' psp_organization_accounts_api.';
7: p_legislation_code varchar(50):=hr_api.userenv_lang;
8:
9: --
10: -- ----------------------------------------------------------------------------
11: -- |-------------------------- create_organization_account --------------------|

Line 121: when hr_api.cannot_find_prog_unit then

117: , p_poeta_end_date => l_poeta_end_date
118: , p_funding_source_code => p_funding_source_code
119: );
120: exception
121: when hr_api.cannot_find_prog_unit then
122: hr_api.cannot_find_prog_unit_error
123: (p_module_name => 'create_organization_account'
124: ,p_hook_type => 'BP'
125: );

Line 122: hr_api.cannot_find_prog_unit_error

118: , p_funding_source_code => p_funding_source_code
119: );
120: exception
121: when hr_api.cannot_find_prog_unit then
122: hr_api.cannot_find_prog_unit_error
123: (p_module_name => 'create_organization_account'
124: ,p_hook_type => 'BP'
125: );
126: end;

Line 214: when hr_api.cannot_find_prog_unit then

210: , p_poeta_end_date => l_poeta_end_date
211: , p_funding_source_code => p_funding_source_code
212: );
213: exception
214: when hr_api.cannot_find_prog_unit then
215: hr_api.cannot_find_prog_unit_error
216: (p_module_name => 'create_organization_account'
217: ,p_hook_type => 'AP'
218: );

Line 215: hr_api.cannot_find_prog_unit_error

211: , p_funding_source_code => p_funding_source_code
212: );
213: exception
214: when hr_api.cannot_find_prog_unit then
215: hr_api.cannot_find_prog_unit_error
216: (p_module_name => 'create_organization_account'
217: ,p_hook_type => 'AP'
218: );
219: end;

Line 224: raise hr_api.validate_enabled;

220: --
221: -- When in validation only mode raise the Validate_Enabled exception
222: --
223: if p_validate then
224: raise hr_api.validate_enabled;
225: end if;
226: --
227: -- Set all IN OUT and OUT parameters with out values
228: --

Line 234: when hr_api.validate_enabled then

230:
231: --
232: hr_utility.set_location(' Leaving:'||l_proc, 70);
233: exception
234: when hr_api.validate_enabled then
235: --
236: -- As the Validate_Enabled exception has been raised
237: -- we must rollback to the savepoint
238: --

Line 380: when hr_api.cannot_find_prog_unit then

376: , p_poeta_end_date => l_poeta_end_date
377: , p_funding_source_code => p_funding_source_code
378: );
379: exception
380: when hr_api.cannot_find_prog_unit then
381: hr_api.cannot_find_prog_unit_error
382: (p_module_name => 'update_organization_account'
383: ,p_hook_type => 'BP'
384: );

Line 381: hr_api.cannot_find_prog_unit_error

377: , p_funding_source_code => p_funding_source_code
378: );
379: exception
380: when hr_api.cannot_find_prog_unit then
381: hr_api.cannot_find_prog_unit_error
382: (p_module_name => 'update_organization_account'
383: ,p_hook_type => 'BP'
384: );
385: end;

Line 471: when hr_api.cannot_find_prog_unit then

467: , p_poeta_end_date => l_poeta_end_date
468: , p_funding_source_code => p_funding_source_code
469: );
470: exception
471: when hr_api.cannot_find_prog_unit then
472: hr_api.cannot_find_prog_unit_error
473: (p_module_name => 'update_organization_account'
474: ,p_hook_type => 'AP'
475: );

Line 472: hr_api.cannot_find_prog_unit_error

468: , p_funding_source_code => p_funding_source_code
469: );
470: exception
471: when hr_api.cannot_find_prog_unit then
472: hr_api.cannot_find_prog_unit_error
473: (p_module_name => 'update_organization_account'
474: ,p_hook_type => 'AP'
475: );
476: end;

Line 481: raise hr_api.validate_enabled;

477: --
478: -- When in validation only mode raise the Validate_Enabled exception
479: --
480: if p_validate then
481: raise hr_api.validate_enabled;
482: end if;
483: --
484: -- Set all IN OUT and OUT parameters with out values
485: --

Line 490: when hr_api.validate_enabled then

486: p_object_version_number := l_object_version_number;
487:
488: hr_utility.set_location(' Leaving:'||l_proc, 70);
489: exception
490: when hr_api.validate_enabled then
491: --
492: -- As the Validate_Enabled exception has been raised
493: -- we must rollback to the savepoint
494: --

Line 556: when hr_api.cannot_find_prog_unit then

552: psp_organization_accounts_bk3.delete_organization_account_b
553: ( p_organization_account_id => p_organization_account_id
554: );
555: exception
556: when hr_api.cannot_find_prog_unit then
557: hr_api.cannot_find_prog_unit_error
558: (p_module_name => 'delete_organization_account'
559: ,p_hook_type => 'BP'
560: );

Line 557: hr_api.cannot_find_prog_unit_error

553: ( p_organization_account_id => p_organization_account_id
554: );
555: exception
556: when hr_api.cannot_find_prog_unit then
557: hr_api.cannot_find_prog_unit_error
558: (p_module_name => 'delete_organization_account'
559: ,p_hook_type => 'BP'
560: );
561: end;

Line 587: when hr_api.cannot_find_prog_unit then

583: psp_organization_accounts_bk3.delete_organization_account_a
584: ( p_organization_account_id => p_organization_account_id
585: );
586: exception
587: when hr_api.cannot_find_prog_unit then
588: hr_api.cannot_find_prog_unit_error
589: (p_module_name => 'delete_organization_account'
590: ,p_hook_type => 'AP'
591: );

Line 588: hr_api.cannot_find_prog_unit_error

584: ( p_organization_account_id => p_organization_account_id
585: );
586: exception
587: when hr_api.cannot_find_prog_unit then
588: hr_api.cannot_find_prog_unit_error
589: (p_module_name => 'delete_organization_account'
590: ,p_hook_type => 'AP'
591: );
592: end;

Line 597: raise hr_api.validate_enabled;

593: --
594: -- When in validation only mode raise the Validate_Enabled exception
595: --
596: if p_validate then
597: raise hr_api.validate_enabled;
598: end if;
599: --
600: -- Set all IN OUT and OUT parameters with out values
601: --

Line 605: when hr_api.validate_enabled then

601: --
602: p_object_version_number := l_object_version_number;
603: hr_utility.set_location(' Leaving:'||l_proc, 70);
604: exception
605: when hr_api.validate_enabled then
606: --
607: -- As the Validate_Enabled exception has been raised
608: -- we must rollback to the savepoint
609: --