DBA Data[Home] [Help]

APPS.AP_WEB_ACCTG_PKG dependencies on GMS_OIE_INT_PKG

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

1266:
1267: -- Get Award Set ID before calling A/C generator
1268: ln_award_set_id := null;
1269:
1270: IF (GMS_OIE_INT_PKG.IsGrantsEnabled() and pa_rec.award_id is not null) THEN
1271: -----------------------------------------------------
1272: l_debug_info := 'GMS_OIE_INT_PKG.CreateACGenADL';
1273: -----------------------------------------------------
1274: ln_award_set_id := GMS_OIE_INT_PKG.CreateACGenADL(p_award_id => pa_rec.award_id,

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

1268: ln_award_set_id := null;
1269:
1270: IF (GMS_OIE_INT_PKG.IsGrantsEnabled() and pa_rec.award_id is not null) THEN
1271: -----------------------------------------------------
1272: l_debug_info := 'GMS_OIE_INT_PKG.CreateACGenADL';
1273: -----------------------------------------------------
1274: ln_award_set_id := GMS_OIE_INT_PKG.CreateACGenADL(p_award_id => pa_rec.award_id,
1275: p_project_id => pa_rec.project_id,
1276: p_task_id => pa_rec.task_id);

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

1270: IF (GMS_OIE_INT_PKG.IsGrantsEnabled() and pa_rec.award_id is not null) THEN
1271: -----------------------------------------------------
1272: l_debug_info := 'GMS_OIE_INT_PKG.CreateACGenADL';
1273: -----------------------------------------------------
1274: ln_award_set_id := GMS_OIE_INT_PKG.CreateACGenADL(p_award_id => pa_rec.award_id,
1275: p_project_id => pa_rec.project_id,
1276: p_task_id => pa_rec.task_id);
1277: lb_gms_accounting_created := true;
1278: END IF;

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

1354: END IF; /* pa_acc_gen_wf_pkg.ap_er_generate_account */
1355:
1356: IF (lb_gms_accounting_created = true) THEN
1357: -----------------------------------------------------
1358: l_debug_info := 'gms_oie_int_pkg.DeleteACGenADL';
1359: -----------------------------------------------------
1360: IF gms_oie_int_pkg.DeleteACGenADL(ln_award_set_id) THEN
1361: null;
1362: END IF;

Line 1360: IF gms_oie_int_pkg.DeleteACGenADL(ln_award_set_id) THEN

1356: IF (lb_gms_accounting_created = true) THEN
1357: -----------------------------------------------------
1358: l_debug_info := 'gms_oie_int_pkg.DeleteACGenADL';
1359: -----------------------------------------------------
1360: IF gms_oie_int_pkg.DeleteACGenADL(ln_award_set_id) THEN
1361: null;
1362: END IF;
1363: END IF;
1364:

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

1615: 1,
1616: AP_WEB_UTILITIES_PKG.C_PATCMessageCategory, AP_WEB_UTILITIES_PKG.IsMobileApp);
1617: else
1618: -- Bug: 6936055, GMS Integration, Award Validation
1619: if (GMS_OIE_INT_PKG.IsGrantsEnabled() and p_award_id is not null and
1620: not GMS_OIE_INT_PKG.DoGrantsValidation(p_project_id => p_project_id,
1621: p_task_id => p_task_id,
1622: p_award_id => p_award_id,
1623: p_award_number => p_award_number,

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

1616: AP_WEB_UTILITIES_PKG.C_PATCMessageCategory, AP_WEB_UTILITIES_PKG.IsMobileApp);
1617: else
1618: -- Bug: 6936055, GMS Integration, Award Validation
1619: if (GMS_OIE_INT_PKG.IsGrantsEnabled() and p_award_id is not null and
1620: not GMS_OIE_INT_PKG.DoGrantsValidation(p_project_id => p_project_id,
1621: p_task_id => p_task_id,
1622: p_award_id => p_award_id,
1623: p_award_number => p_award_number,
1624: p_expenditure_type => pa_rec.new_expenditure_type,

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

1686: 1,
1687: AP_WEB_UTILITIES_PKG.C_PATCMessageCategory, AP_WEB_UTILITIES_PKG.IsMobileApp);
1688: else
1689: -- Bug: 6936055, GMS Integration, Award Validation
1690: if (GMS_OIE_INT_PKG.IsGrantsEnabled() and p_award_id is not null and
1691: not GMS_OIE_INT_PKG.DoGrantsValidation(p_project_id => p_project_id,
1692: p_task_id => p_task_id,
1693: p_award_id => p_award_id,
1694: p_award_number => p_award_number,

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

1687: AP_WEB_UTILITIES_PKG.C_PATCMessageCategory, AP_WEB_UTILITIES_PKG.IsMobileApp);
1688: else
1689: -- Bug: 6936055, GMS Integration, Award Validation
1690: if (GMS_OIE_INT_PKG.IsGrantsEnabled() and p_award_id is not null and
1691: not GMS_OIE_INT_PKG.DoGrantsValidation(p_project_id => p_project_id,
1692: p_task_id => p_task_id,
1693: p_award_id => p_award_id,
1694: p_award_number => p_award_number,
1695: p_expenditure_type => pa_rec.new_expenditure_type,