DBA Data[Home] [Help]

APPS.OTA_TAV_API_BUSINESS_RULES dependencies on OTA_GENERAL

Line 110: ota_general.check_currency_is_valid

106: begin
107: --
108: hr_utility.set_location('Entering:'|| v_proc, 5);
109: --
110: ota_general.check_currency_is_valid
111: (p_currency_code);
112: --
113: hr_utility.set_location(' Leaving:'|| v_proc, 10);
114: --

Line 137: ota_general.check_vendor_is_valid(p_vendor_id);

133: begin
134: --
135: hr_utility.set_location('Entering:'|| v_proc, 5);
136: --
137: ota_general.check_vendor_is_valid(p_vendor_id);
138: --
139: hr_utility.set_location(' Leaving:'|| v_proc, 10);
140: --
141: exception

Line 238: ota_general.check_domain_value

234: begin
235: --
236: hr_utility.set_location('Entering:'|| v_proc, 5);
237: --
238: ota_general.check_domain_value
239: ( 'PROFESSIONAL_CREDIT_TYPE', p_professional_credit_type);
240: --
241: hr_utility.set_location(' Leaving:'|| v_proc, 10);
242: --

Line 503: ota_general.check_domain_value( 'ACTIVITY_USER_STATUS', p_user_status);

499: hr_utility.set_location('Entering:'|| v_proc, 5);
500: --
501: If p_user_status is not null Then
502: --
503: ota_general.check_domain_value( 'ACTIVITY_USER_STATUS', p_user_status);
504: --
505: End if;
506: --
507: hr_utility.set_location(' Leaving:'|| v_proc, 10);

Line 532: ota_general.check_domain_value('ACTIVITY_SUCCESS_CRITERIA',p_succ_criteria);

528: hr_utility.set_location('Entering:'|| v_proc, 5);
529: --
530: IF p_succ_criteria is not null Then
531: --
532: ota_general.check_domain_value('ACTIVITY_SUCCESS_CRITERIA',p_succ_criteria);
533: --
534: End if;
535: --
536: hr_utility.set_location(' Leaving:'|| v_proc, 10);

Line 670: ota_general.check_start_end_dates( p_start_date, p_end_date);

666: Begin
667: --
668: hr_utility.set_location('Entering:'|| v_proc, 5);
669: --
670: ota_general.check_start_end_dates( p_start_date, p_end_date);
671: --
672: hr_utility.set_location(' Leaving:'|| v_proc, 10);
673: --
674: End check_start_end_dates;

Line 723: If not ota_general.value_changed(p_old_end_date,v_end_date) Then

719: --
720: -- If the resource usage end/start date has not changed then
721: -- set it's value to the activity version end/start date.
722: --
723: If not ota_general.value_changed(p_old_end_date,v_end_date) Then
724: --
725: v_end_date:=p_end_date;
726: --
727: End if;

Line 729: If not ota_general.value_changed(p_old_start_date,v_start_date) Then

725: v_end_date:=p_end_date;
726: --
727: End if;
728: --
729: If not ota_general.value_changed(p_old_start_date,v_start_date) Then
730: --
731: v_start_date:=p_start_date;
732: --
733: End if;

Line 735: If ota_general.check_par_child_dates_fun( p_start_date

731: v_start_date:=p_start_date;
732: --
733: End if;
734: --
735: If ota_general.check_par_child_dates_fun( p_start_date
736: , p_end_date
737: , v_start_date
738: , v_end_date ) then
739: --

Line 806: If ota_general.check_par_child_dates_fun( p_start_date

802: Loop
803: --
804: Exit When sel_check_dates%notfound OR sel_check_dates%notfound is null;
805: --
806: If ota_general.check_par_child_dates_fun( p_start_date
807: , p_end_date
808: , v_start_date
809: , v_end_date ) then
810: --

Line 866: If ota_general.check_par_child_dates_fun( p_start_date

862: Loop
863: --
864: Exit When sel_check_dates%notfound OR sel_check_dates%notfound is null;
865: --
866: If ota_general.check_par_child_dates_fun( p_start_date
867: , p_end_date
868: , v_start_date
869: , v_end_date ) then
870: --

Line 950: If ota_general.check_par_child_dates_fun( p_start_date

946: v_end_date := hr_api.g_eot;
947: --
948: End if;
949: --
950: If ota_general.check_par_child_dates_fun( p_start_date
951: , p_end_date
952: , v_start_date
953: , v_end_date ) then
954: l_obj_off := ota_utility.Get_lookup_meaning('OTA_CATALOG_OBJECT_TYPE','O',810);

Line 1516: ota_general.check_domain_value( 'OTA_DURATION_UNITS', p_duration_units);

1512: hr_utility.set_location('Entering:'|| v_proc, 5);
1513: --
1514: If p_duration_units is not null Then
1515: --
1516: ota_general.check_domain_value( 'OTA_DURATION_UNITS', p_duration_units);
1517: --
1518: End if;
1519: --
1520: hr_utility.set_location(' Leaving:'|| v_proc, 10);

Line 1629: If NOT ota_general.check_person( p_person_id, nvl(p_date,hr_api.g_sot)) Then

1625: hr_utility.set_location('Entering:'|| v_proc, 5);
1626: --
1627: If p_person_id is not null Then
1628: --
1629: If NOT ota_general.check_person( p_person_id, nvl(p_date,hr_api.g_sot)) Then
1630: --
1631: -- ** TEMP ** Add error message with the following text.
1632: --
1633: call_error_message( p_error_appl => 'OTA'