DBA Data[Home] [Help]

APPS.PO_VAL_DISTRIBUTIONS dependencies on PO_GMS_INTEGRATION_PVT

Line 830: IF (PO_GMS_INTEGRATION_PVT.is_gms_enabled()) THEN

826: END IF;
827:
828: l_results_count := x_results.result_type.COUNT;
829:
830: IF (PO_GMS_INTEGRATION_PVT.is_gms_enabled()) THEN
831:
832: PO_GMS_INTEGRATION_PVT.validate_award_data(
833: p_dist_id_tbl => p_dist_id_tbl
834: , p_project_id_tbl => p_project_id_tbl

Line 832: PO_GMS_INTEGRATION_PVT.validate_award_data(

828: l_results_count := x_results.result_type.COUNT;
829:
830: IF (PO_GMS_INTEGRATION_PVT.is_gms_enabled()) THEN
831:
832: PO_GMS_INTEGRATION_PVT.validate_award_data(
833: p_dist_id_tbl => p_dist_id_tbl
834: , p_project_id_tbl => p_project_id_tbl
835: , p_task_id_tbl => p_task_id_tbl
836: , p_award_number_tbl => p_award_number_tbl

Line 1083: IF (PO_GMS_INTEGRATION_PVT.is_gms_enabled()) THEN

1079: END IF;
1080:
1081: IF (p_dest_type_code_tbl(i) = c_DEST_TYPE_EXPENSE) THEN
1082:
1083: IF (PO_GMS_INTEGRATION_PVT.is_gms_enabled()) THEN
1084:
1085: -- Award field is rendered if destination type is expense and grants is enabled
1086: -- Check if award is required for the project
1087: PO_GMS_INTEGRATION_PVT.is_award_required_for_project

Line 1087: PO_GMS_INTEGRATION_PVT.is_award_required_for_project

1083: IF (PO_GMS_INTEGRATION_PVT.is_gms_enabled()) THEN
1084:
1085: -- Award field is rendered if destination type is expense and grants is enabled
1086: -- Check if award is required for the project
1087: PO_GMS_INTEGRATION_PVT.is_award_required_for_project
1088: (p_project_id => p_project_id_tbl(i)
1089: , x_award_required_flag => l_award_required_flag);
1090:
1091: -- If award is required, expenditure item type is required if award is filled in