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.22.12020000.2 2012/07/17 10:31:23 mtou ship $ */
3:
4:
5: --Bug 3222090, NSRIVAST 20-FEB-2004, BEGIN

Line 1456: GMD_COMMON_VAL.calculate_step_charges (p_recipe_id => Recipe_id

1452: END LOOP;
1453:
1454: /* We have the step quantities now lets calculate the charges */
1455: IF l_step_tbl.COUNT > 0 THEN
1456: GMD_COMMON_VAL.calculate_step_charges (p_recipe_id => Recipe_id
1457: ,p_tolerance => tolerance
1458: ,p_orgn_id => Orgn_id
1459: ,p_step_tbl => l_step_tbl
1460: ,x_charge_tbl => x_charge_tbl

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

1772: AND organization_id = vOwner_orgn_id;
1773:
1774: BEGIN
1775: IF (l_debug = 'Y') THEN
1776: gmd_debug.put_line('In GMD_COMMON_VAL.UPDATE_ALLOWED - '
1777: ||' Entity = '||Entity||' and Entity id = '
1778: ||Entity_id);
1779: END IF;
1780: IF (Entity = 'FORMULA') THEN

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

3084:
3085: END Run_Status_Update;
3086: /* Bug No.7027512 - End */
3087:
3088: END; /* Package Body GMD_COMMON_VAL */