DBA Data[Home] [Help]

APPS.GMD_VERSION_CONTROL dependencies on GMD_COMMON_VAL

Line 1327: -- Added a call to procedure GMD_COMMON_VAL.calculate_total_qty to calculate the total quantity,

1323: --
1324: -- HISTORY
1325: -- 31-Jan-2003 Jeff Baird Bug #2673008 Added call to copy_text API.
1326: -- 28-AUG-2003 Rameshwar BUG#3077938
1327: -- Added a call to procedure GMD_COMMON_VAL.calculate_total_qty to calculate the total quantity,
1328: -- and update the formula master with the total output quantity.
1329: -- 25-Nov-2003 Vipul Vaish BUG#3258592
1330: -- Added call to procedure populate_temp_text after GMA_EDITTEXT_PKG.Copy_Text
1331: -- function.

Line 1342: --Created new variables to retrieve the output quantity from GMD_COMMON_VAL.calculate_total_qty procedure

1338: X_row NUMBER := 0;
1339: l_rowid VARCHAR2(18);
1340: l_text_code NUMBER;
1341: --BEGIN BUG#3077938
1342: --Created new variables to retrieve the output quantity from GMD_COMMON_VAL.calculate_total_qty procedure
1343: x_return_status VARCHAR2(20);
1344: X_msg_cnt NUMBER;
1345: X_msg_dat VARCHAR2(100);
1346: X_status VARCHAR2(1);

Line 1579: GMD_COMMON_VAL.calculate_total_qty(

1575: --BEGIN BUG#3077938
1576: /* Added a new procedure to calculate the total quantity and update the
1577: formula master with the total output quantity. */
1578:
1579: GMD_COMMON_VAL.calculate_total_qty(
1580: formula_id => X_formula_id,
1581: x_product_qty => l_product_qty ,
1582: x_ingredient_qty => l_ing_qty ,
1583: x_uom => l_uom ,