DBA Data[Home] [Help]

APPS.AP_WEB_ACCTG_PKG dependencies on GMS_OIE_INT_PKG

Line 1275: IF (GMS_OIE_INT_PKG.IsGrantsEnabled() and pa_rec.award_id is not null) THEN

1271:
1272: -- Get Award Set ID before calling A/C generator
1273: ln_award_set_id := null;
1274:
1275: IF (GMS_OIE_INT_PKG.IsGrantsEnabled() and pa_rec.award_id is not null) THEN
1276: -----------------------------------------------------
1277: l_debug_info := 'GMS_OIE_INT_PKG.CreateACGenADL';
1278: -----------------------------------------------------
1279: ln_award_set_id := GMS_OIE_INT_PKG.CreateACGenADL(p_award_id => pa_rec.award_id,

Line 1277: l_debug_info := 'GMS_OIE_INT_PKG.CreateACGenADL';

1273: ln_award_set_id := null;
1274:
1275: IF (GMS_OIE_INT_PKG.IsGrantsEnabled() and pa_rec.award_id is not null) THEN
1276: -----------------------------------------------------
1277: l_debug_info := 'GMS_OIE_INT_PKG.CreateACGenADL';
1278: -----------------------------------------------------
1279: ln_award_set_id := GMS_OIE_INT_PKG.CreateACGenADL(p_award_id => pa_rec.award_id,
1280: p_project_id => pa_rec.project_id,
1281: p_task_id => pa_rec.task_id);

Line 1279: ln_award_set_id := GMS_OIE_INT_PKG.CreateACGenADL(p_award_id => pa_rec.award_id,

1275: IF (GMS_OIE_INT_PKG.IsGrantsEnabled() and pa_rec.award_id is not null) THEN
1276: -----------------------------------------------------
1277: l_debug_info := 'GMS_OIE_INT_PKG.CreateACGenADL';
1278: -----------------------------------------------------
1279: ln_award_set_id := GMS_OIE_INT_PKG.CreateACGenADL(p_award_id => pa_rec.award_id,
1280: p_project_id => pa_rec.project_id,
1281: p_task_id => pa_rec.task_id);
1282: lb_gms_accounting_created := true;
1283: END IF;

Line 1363: l_debug_info := 'gms_oie_int_pkg.DeleteACGenADL';

1359: END IF; /* pa_acc_gen_wf_pkg.ap_er_generate_account */
1360:
1361: IF (lb_gms_accounting_created = true) THEN
1362: -----------------------------------------------------
1363: l_debug_info := 'gms_oie_int_pkg.DeleteACGenADL';
1364: -----------------------------------------------------
1365: IF gms_oie_int_pkg.DeleteACGenADL(ln_award_set_id) THEN
1366: null;
1367: END IF;

Line 1365: IF gms_oie_int_pkg.DeleteACGenADL(ln_award_set_id) THEN

1361: IF (lb_gms_accounting_created = true) THEN
1362: -----------------------------------------------------
1363: l_debug_info := 'gms_oie_int_pkg.DeleteACGenADL';
1364: -----------------------------------------------------
1365: IF gms_oie_int_pkg.DeleteACGenADL(ln_award_set_id) THEN
1366: null;
1367: END IF;
1368: END IF;
1369:

Line 1627: if (GMS_OIE_INT_PKG.IsGrantsEnabled() and p_award_id is not null and

1623: 1,
1624: AP_WEB_UTILITIES_PKG.C_PATCMessageCategory, AP_WEB_UTILITIES_PKG.IsMobileApp);
1625: else
1626: -- Bug: 6936055, GMS Integration, Award Validation
1627: if (GMS_OIE_INT_PKG.IsGrantsEnabled() and p_award_id is not null and
1628: not GMS_OIE_INT_PKG.DoGrantsValidation(p_project_id => p_project_id,
1629: p_task_id => p_task_id,
1630: p_award_id => p_award_id,
1631: p_award_number => p_award_number,

Line 1628: not GMS_OIE_INT_PKG.DoGrantsValidation(p_project_id => p_project_id,

1624: AP_WEB_UTILITIES_PKG.C_PATCMessageCategory, AP_WEB_UTILITIES_PKG.IsMobileApp);
1625: else
1626: -- Bug: 6936055, GMS Integration, Award Validation
1627: if (GMS_OIE_INT_PKG.IsGrantsEnabled() and p_award_id is not null and
1628: not GMS_OIE_INT_PKG.DoGrantsValidation(p_project_id => p_project_id,
1629: p_task_id => p_task_id,
1630: p_award_id => p_award_id,
1631: p_award_number => p_award_number,
1632: p_expenditure_type => pa_rec.new_expenditure_type,

Line 1698: if (GMS_OIE_INT_PKG.IsGrantsEnabled() and p_award_id is not null and

1694: 1,
1695: AP_WEB_UTILITIES_PKG.C_PATCMessageCategory, AP_WEB_UTILITIES_PKG.IsMobileApp);
1696: else
1697: -- Bug: 6936055, GMS Integration, Award Validation
1698: if (GMS_OIE_INT_PKG.IsGrantsEnabled() and p_award_id is not null and
1699: not GMS_OIE_INT_PKG.DoGrantsValidation(p_project_id => p_project_id,
1700: p_task_id => p_task_id,
1701: p_award_id => p_award_id,
1702: p_award_number => p_award_number,

Line 1699: not GMS_OIE_INT_PKG.DoGrantsValidation(p_project_id => p_project_id,

1695: AP_WEB_UTILITIES_PKG.C_PATCMessageCategory, AP_WEB_UTILITIES_PKG.IsMobileApp);
1696: else
1697: -- Bug: 6936055, GMS Integration, Award Validation
1698: if (GMS_OIE_INT_PKG.IsGrantsEnabled() and p_award_id is not null and
1699: not GMS_OIE_INT_PKG.DoGrantsValidation(p_project_id => p_project_id,
1700: p_task_id => p_task_id,
1701: p_award_id => p_award_id,
1702: p_award_number => p_award_number,
1703: p_expenditure_type => pa_rec.new_expenditure_type,