DBA Data[Home] [Help]

APPS.GMD_FORMULA_DETAIL_PUB dependencies on GMD_API_GRP

Line 351: GMD_API_GRP.FETCH_PARM_VALUES(P_orgn_id => l_org_id,

347: END IF;
348:
349: -- Kapil ME Auto-Prod :Bug#5716318
350: /* Get the Organization Parameter and the Parameter set at the Formula level */
351: GMD_API_GRP.FETCH_PARM_VALUES(P_orgn_id => l_org_id,
352: P_parm_name => 'GMD_AUTO_PROD_CALC',
353: P_parm_value => l_auto_calc,
354: X_return_status => X_return_status );
355:

Line 930: GMD_API_GRP.FETCH_PARM_VALUES(P_orgn_id => l_org_id,

926: END IF;
927:
928: -- Kapil ME Auto-Prod :Bug#5716318
929: /* Get the Organization Parameter and the Parameter set at the Formula level */
930: GMD_API_GRP.FETCH_PARM_VALUES(P_orgn_id => l_org_id,
931: P_parm_name => 'GMD_AUTO_PROD_CALC',
932: P_parm_value => l_auto_calc,
933: X_return_status => X_return_status );
934:

Line 1802: GMD_API_GRP.FETCH_PARM_VALUES(P_orgn_id => l_org_id,

1798: /* Calculate Product Qty after deleting a record if the Parameter is set to Yes */
1799: OPEN C_get_org_id (l_formula_id);
1800: FETCH C_get_org_id INTO l_org_id;
1801: CLOSE C_get_org_id;
1802: GMD_API_GRP.FETCH_PARM_VALUES(P_orgn_id => l_org_id,
1803: P_parm_name => 'GMD_AUTO_PROD_CALC',
1804: P_parm_value => l_auto_calc,
1805: X_return_status => X_return_status );
1806: IF l_auto_calc = 'Y' THEN