DBA Data[Home] [Help]

APPS.AP_WEB_OA_DISC_PKG dependencies on GMS_OIE_INT_PKG

Line 1036: IF(not GMS_OIE_INT_PKG.AwardFundingProject(

1032: else
1033: IF (IsGrantsEnabled() AND p_report_lines_info(rec_count).award_number is not null) THEN
1034: -- 6978992, AwardFundingProject call below is a workaround, GMS API fails with
1035: -- Exact Fetch returns more numberof rows error, when the award is not enabled for a project.
1036: IF(not GMS_OIE_INT_PKG.AwardFundingProject(
1037: p_report_lines_info(rec_count).award_id,
1038: p_report_lines_info(rec_count).project_id,
1039: p_report_lines_info(rec_count).task_id)) THEN
1040:

Line 1051: ELSIF(not GMS_OIE_INT_PKG.DoGrantsValidation(p_project_id => p_report_lines_info(rec_count).project_id,

1047: rec_count,
1048: AP_WEB_UTILITIES_PKG.C_PATCMessageCategory, AP_WEB_UTILITIES_PKG.IsMobileApp);
1049:
1050: -- Validate for the start expense date
1051: ELSIF(not GMS_OIE_INT_PKG.DoGrantsValidation(p_project_id => p_report_lines_info(rec_count).project_id,
1052: p_task_id => p_report_lines_info(rec_count).task_id,
1053: p_award_id => p_report_lines_info(rec_count).award_id,
1054: p_award_number => p_report_lines_info(rec_count).award_number,
1055: p_expenditure_type => p_report_lines_info(rec_count).expenditure_type,

Line 1095: IF(not GMS_OIE_INT_PKG.AwardFundingProject(

1091: rec_count,
1092: AP_WEB_UTILITIES_PKG.C_PATCMessageCategory, AP_WEB_UTILITIES_PKG.IsMobileApp);
1093: else
1094: IF (IsGrantsEnabled() AND p_report_lines_info(rec_count).award_number is not null) THEN
1095: IF(not GMS_OIE_INT_PKG.AwardFundingProject(
1096: p_report_lines_info(rec_count).award_id,
1097: p_report_lines_info(rec_count).project_id,
1098: p_report_lines_info(rec_count).task_id)) THEN
1099:

Line 1109: ELSIF(not GMS_OIE_INT_PKG.DoGrantsValidation(p_project_id => p_report_lines_info(rec_count).project_id,

1105: 'GMS',
1106: rec_count,
1107: AP_WEB_UTILITIES_PKG.C_PATCMessageCategory, AP_WEB_UTILITIES_PKG.IsMobileApp);
1108: -- Validate for the start expense date
1109: ELSIF(not GMS_OIE_INT_PKG.DoGrantsValidation(p_project_id => p_report_lines_info(rec_count).project_id,
1110: p_task_id => p_report_lines_info(rec_count).task_id,
1111: p_award_id => p_report_lines_info(rec_count).award_id,
1112: p_award_number => p_report_lines_info(rec_count).award_number,
1113: p_expenditure_type => p_report_lines_info(rec_count).expenditure_type,

Line 1494: return GMS_OIE_INT_PKG.IsGrantsEnabled();

1490: FUNCTION IsGrantsEnabled
1491: RETURN boolean IS
1492:
1493: BEGIN
1494: return GMS_OIE_INT_PKG.IsGrantsEnabled();
1495: END IsGrantsEnabled;
1496:
1497: /*
1498: Written by: