DBA Data[Home] [Help]

APPS.GMD_FORMULA_DETAIL_PUB dependencies on GMD_API_GRP

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

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

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

913: END IF;
914:
915: -- Kapil ME Auto-Prod :Bug#5716318
916: /* Get the Organization Parameter and the Parameter set at the Formula level */
917: GMD_API_GRP.FETCH_PARM_VALUES(P_orgn_id => l_org_id,
918: P_parm_name => 'GMD_AUTO_PROD_CALC',
919: P_parm_value => l_auto_calc,
920: X_return_status => X_return_status );
921:

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

1780: /* Calculate Product Qty after deleting a record if the Parameter is set to Yes */
1781: OPEN C_get_org_id (l_formula_id);
1782: FETCH C_get_org_id INTO l_org_id;
1783: CLOSE C_get_org_id;
1784: GMD_API_GRP.FETCH_PARM_VALUES(P_orgn_id => l_org_id,
1785: P_parm_name => 'GMD_AUTO_PROD_CALC',
1786: P_parm_value => l_auto_calc,
1787: X_return_status => X_return_status );
1788: IF l_auto_calc = 'Y' THEN