DBA Data[Home] [Help]

APPS.GMD_VALIDITY_RULES dependencies on GMD_API_GRP

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

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

Line 400: GMD_API_GRP.check_item_exists (p_formula_id => l_formula_id

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

Line 515: GMD_API_GRP.check_item_exists (p_formula_id => l_formula_id

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

Line 600: GMD_API_GRP.check_item_exists (p_formula_id => l_formula_id

596: CLOSE Cur_get_orgn_code;
597: ELSE
598: l_orgn_code := p_orgn_code;
599: END IF;
600: GMD_API_GRP.check_item_exists (p_formula_id => l_formula_id
601: ,p_organization_id => NULL
602: ,p_orgn_code => l_orgn_code
603: ,x_return_status => l_return_status
604: ,p_Production_check => TRUE);

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

1762: l_organization_id := P_organization_id;
1763:
1764: /* Get the cost source organization for the organization passed in */
1765: IF G_cost_source_orgn_id IS NULL THEN
1766: GMD_API_GRP.FETCH_PARM_VALUES(P_orgn_id => l_organization_id,
1767: P_parm_name => 'GMD_COST_SOURCE_ORGN',
1768: P_parm_value => G_cost_source_orgn_id,
1769: x_return_status => l_return_status);
1770: