DBA Data[Home] [Help]

APPS.GMD_VALIDITY_RULES dependencies on GMD_API_GRP

Line 256: GMD_API_GRP.FETCH_PARM_VALUES(P_orgn_id => p_organization_id,

252:
253: /* Bug No.6346013 - End */
254:
255: -- NPD Convergence. Get FM_YIELD_TYPE profile value for the organization.
256: GMD_API_GRP.FETCH_PARM_VALUES(P_orgn_id => p_organization_id,
257: P_parm_name => 'FM_YIELD_TYPE',
258: P_parm_value => l_uom_class,
259: x_return_status => l_return_status);
260: /* Get yield type um */

Line 401: GMD_API_GRP.check_item_exists (p_formula_id => l_formula_id

397: CLOSE Cur_get_orgn_code;
398: ELSE
399: l_orgn_code := p_orgn_code;
400: END IF;
401: GMD_API_GRP.check_item_exists (p_formula_id => l_formula_id
402: ,p_organization_id => p_organization_id
403: ,p_orgn_code => l_orgn_code
404: ,x_return_status => l_return_status
405: ,p_Production_check => TRUE);

Line 516: GMD_API_GRP.check_item_exists (p_formula_id => l_formula_id

512: CLOSE Cur_get_orgn_code;
513: ELSE
514: l_orgn_code := p_orgn_code;
515: END IF;
516: GMD_API_GRP.check_item_exists (p_formula_id => l_formula_id
517: ,p_organization_id => p_organization_id
518: ,p_orgn_code => p_orgn_code
519: ,x_return_status => l_return_status
520: ,p_Production_check => TRUE);

Line 622: GMD_API_GRP.check_item_exists (p_formula_id => l_formula_id

618: CLOSE Cur_get_orgn_code;
619: ELSE
620: l_orgn_code := p_orgn_code;
621: END IF;
622: GMD_API_GRP.check_item_exists (p_formula_id => l_formula_id
623: ,p_organization_id => NULL
624: ,p_orgn_code => l_orgn_code
625: ,x_return_status => l_return_status
626: ,p_Production_check => TRUE);

Line 1788: GMD_API_GRP.FETCH_PARM_VALUES(P_orgn_id => l_organization_id,

1784: l_organization_id := P_organization_id;
1785:
1786: /* Get the cost source organization for the organization passed in */
1787: IF G_cost_source_orgn_id IS NULL THEN
1788: GMD_API_GRP.FETCH_PARM_VALUES(P_orgn_id => l_organization_id,
1789: P_parm_name => 'GMD_COST_SOURCE_ORGN',
1790: P_parm_value => G_cost_source_orgn_id,
1791: x_return_status => l_return_status);
1792: