DBA Data[Home] [Help]

APPS.PO_VAL_DISTRIBUTIONS dependencies on PO_GMS_INTEGRATION_PVT

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

919: END IF;
920:
921: l_results_count := x_results.result_type.COUNT;
922:
923: IF (PO_GMS_INTEGRATION_PVT.is_gms_enabled()) THEN
924:
925: PO_GMS_INTEGRATION_PVT.validate_award_data(
926: p_dist_id_tbl => p_dist_id_tbl
927: , p_project_id_tbl => p_project_id_tbl

Line 925: PO_GMS_INTEGRATION_PVT.validate_award_data(

921: l_results_count := x_results.result_type.COUNT;
922:
923: IF (PO_GMS_INTEGRATION_PVT.is_gms_enabled()) THEN
924:
925: PO_GMS_INTEGRATION_PVT.validate_award_data(
926: p_dist_id_tbl => p_dist_id_tbl
927: , p_project_id_tbl => p_project_id_tbl
928: , p_task_id_tbl => p_task_id_tbl
929: , p_award_number_tbl => p_award_number_tbl

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

1669: END IF;
1670:
1671: IF (p_dest_type_code_tbl(i) = c_DEST_TYPE_EXPENSE) THEN
1672:
1673: IF (PO_GMS_INTEGRATION_PVT.is_gms_enabled()) THEN
1674:
1675: -- Award field is rendered if destination type is expense and grants is enabled
1676: -- Check if award is required for the project
1677: PO_GMS_INTEGRATION_PVT.is_award_required_for_project

Line 1677: PO_GMS_INTEGRATION_PVT.is_award_required_for_project

1673: IF (PO_GMS_INTEGRATION_PVT.is_gms_enabled()) THEN
1674:
1675: -- Award field is rendered if destination type is expense and grants is enabled
1676: -- Check if award is required for the project
1677: PO_GMS_INTEGRATION_PVT.is_award_required_for_project
1678: (p_project_id => p_project_id_tbl(i)
1679: , x_award_required_flag => l_award_required_flag);
1680:
1681: -- If award is required, expenditure item type is required if award is filled in