DBA Data[Home] [Help]

APPS.BEN_PROCESS_USER_SS_API dependencies on HR_API

Line 99: from hr_api_transaction_values txn

95: select txn.name
96: ,txn.varchar2_value
97: ,txn.number_value
98: ,txn.date_value
99: from hr_api_transaction_values txn
100: where txn.transaction_step_id = p_transaction_step_id
101: and (txn.varchar2_value is not null or
102: txn.number_value is not null or
103: txn.date_value is not null);

Line 552: when hr_api.cannot_find_prog_unit then

548: hr_utility.set_location('After calling ben_process_user_bk1.create_user_details_b'
549: ,14);
550:
551: EXCEPTION
552: when hr_api.cannot_find_prog_unit then
553: hr_api.cannot_find_prog_unit_error
554: (p_module_name => 'CREATE_USER_DETAILS'
555: ,p_hook_type => 'BP'
556: );

Line 553: hr_api.cannot_find_prog_unit_error

549: ,14);
550:
551: EXCEPTION
552: when hr_api.cannot_find_prog_unit then
553: hr_api.cannot_find_prog_unit_error
554: (p_module_name => 'CREATE_USER_DETAILS'
555: ,p_hook_type => 'BP'
556: );
557: --

Line 735: WHEN hr_api.cannot_find_prog_unit THEN

731: ,p_business_group_id => p_business_group_id
732: );
733:
734: EXCEPTION
735: WHEN hr_api.cannot_find_prog_unit THEN
736: hr_api.cannot_find_prog_unit_error
737: (p_module_name => 'CREATE_USER_DETAILS'
738: ,p_hook_type => 'AP'
739: );

Line 736: hr_api.cannot_find_prog_unit_error

732: );
733:
734: EXCEPTION
735: WHEN hr_api.cannot_find_prog_unit THEN
736: hr_api.cannot_find_prog_unit_error
737: (p_module_name => 'CREATE_USER_DETAILS'
738: ,p_hook_type => 'AP'
739: );
740: --

Line 750: --raise hr_api.validate_enabled;

746: if p_validate then
747: ROLLBACK TO create_user_details;
748: p_user_id := null;
749: p_api_error := false;
750: --raise hr_api.validate_enabled;
751: end if;
752: --
753: -- Set all output arguments
754: --

Line 761: when hr_api.validate_enabled then

757: --
758: hr_utility.set_location(' Leaving:'||l_proc, 80);
759: exception
760: --
761: when hr_api.validate_enabled then
762: --
763: -- As the Validate_Enabled exception has been raised
764: -- we must rollback to the savepoint
765: --