DBA Data[Home] [Help]

APPS.GMD_COMMON_VAL dependencies on GMD_COMMON_VAL

Line 1: Package Body GMD_COMMON_VAL AS

1: Package Body GMD_COMMON_VAL AS
2: /* $Header: GMDPCOMB.pls 120.15.12010000.2 2008/11/06 18:49:15 rnalla ship $ */
3:
4:
5: --Bug 3222090, NSRIVAST 20-FEB-2004, BEGIN

Line 1405: GMD_COMMON_VAL.calculate_step_charges (p_recipe_id => Recipe_id

1401: END LOOP;
1402:
1403: /* We have the step quantities now lets calculate the charges */
1404: IF l_step_tbl.COUNT > 0 THEN
1405: GMD_COMMON_VAL.calculate_step_charges (p_recipe_id => Recipe_id
1406: ,p_tolerance => tolerance
1407: ,p_orgn_id => Orgn_id
1408: ,p_step_tbl => l_step_tbl
1409: ,x_charge_tbl => x_charge_tbl

Line 1725: gmd_debug.put_line('In GMD_COMMON_VAL.UPDATE_ALLOWED - '

1721: AND organization_id = vOwner_orgn_id;
1722:
1723: BEGIN
1724: IF (l_debug = 'Y') THEN
1725: gmd_debug.put_line('In GMD_COMMON_VAL.UPDATE_ALLOWED - '
1726: ||' Entity = '||Entity||' and Entity id = '
1727: ||Entity_id);
1728: END IF;
1729: IF (Entity = 'FORMULA') THEN

Line 2829: END; /* Package Body GMD_COMMON_VAL */

2825: p_data => x_msg_data);
2826: END Calculate_Total_Product_Qty ;
2827:
2828:
2829: END; /* Package Body GMD_COMMON_VAL */