DBA Data[Home] [Help]

APPS.GMDFMVAL_PUB dependencies on GMD_API_GRP

Line 1491: l_default_subs_status gmd_api_grp.status_rec_type;

1487: l_NewFormula_id NUMBER;
1488: -- Bug# 5354649 Kapil M
1489: x_ret_status VARCHAR2(1);
1490: -- Bug 5394532
1491: l_default_subs_status gmd_api_grp.status_rec_type;
1492: l_orgn_id NUMBER;
1493: x_msg_count NUMBER;
1494: x_msg_data VARCHAR2(2000);
1495: BEGIN

Line 1518: GMD_API_GRP.get_status_details(V_entity_type => 'SUBSTITUTION',

1514: FETCH get_substitution_orgn
1515: INTO l_orgn_id;
1516: CLOSE get_substitution_orgn;
1517:
1518: GMD_API_GRP.get_status_details(V_entity_type => 'SUBSTITUTION',
1519: V_orgn_id => l_orgn_id,
1520: X_entity_status => l_default_subs_status);
1521:
1522: IF (l_default_subs_status.entity_status <> 100) THEN

Line 1704: if gmd_api_grp.OrgnAccessible(X_formula_dtl.owner_organization_id) = TRUE then

1700:
1701: BEGIN
1702: X_formula_dtl := P_formula_dtl;
1703: -- Organization accessiblity check
1704: if gmd_api_grp.OrgnAccessible(X_formula_dtl.owner_organization_id) = TRUE then
1705: xReturn := 'S';
1706: ELSE
1707: xReturn := 'E';
1708: RAISE no_org_access;

Line 2029: if gmd_api_grp.OrgnAccessible(X_formula_dtl.owner_organization_id) = TRUE then

2025:
2026: BEGIN
2027: X_formula_dtl := P_formula_dtl;
2028: -- Organization accessiblity check
2029: if gmd_api_grp.OrgnAccessible(X_formula_dtl.owner_organization_id) = TRUE then
2030: xReturn := 'S';
2031: ELSE
2032: xReturn := 'E';
2033: RAISE no_org_access;