DBA Data[Home] [Help]

APPS.GMD_FORMULA_HEADER_PVT dependencies on GMD_DEBUG

Line 110: gmd_debug.put_line(' ');

106: /* fm_form_mst and vl table. However at a later time fm_form_mst will */
107: /* be a compatible synonym of this view. */
108:
109: IF (l_debug = 'Y') THEN
110: gmd_debug.put_line(' ');
111: END IF;
112:
113: /* Bug No.9077438 - Start */
114: begin

Line 208: gmd_debug.put_line(' In Formula Header Pvt - Formula Security OTHERS Exception ' ||

204: 'Insert_Formula_Header');
205: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
206: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
207: IF (l_debug = 'Y') THEN
208: gmd_debug.put_line(' In Formula Header Pvt - Formula Security OTHERS Exception ' ||
209: ' - ' || x_return_status);
210: END IF;
211: end;
212:

Line 214: gmd_debug.put_line(' In formula header Pvt - Formula Security End');

210: END IF;
211: end;
212:
213: IF (l_debug = 'Y') THEN
214: gmd_debug.put_line(' In formula header Pvt - Formula Security End');
215: END IF;
216: /* Bug No.9077438 - End */
217:
218: IF (l_debug = 'Y') THEN

Line 219: gmd_debug.put_line(' In formula header Pvt - About to insert fm id = '

215: END IF;
216: /* Bug No.9077438 - End */
217:
218: IF (l_debug = 'Y') THEN
219: gmd_debug.put_line(' In formula header Pvt - About to insert fm id = '
220: ||p_formula_header_rec.formula_id);
221: END IF;
222:
223: FM_FORM_MST_MLS.INSERT_ROW(

Line 286: gmd_debug.put_line(' In formula header Pvt - After fm insert row_id = '

282: -- Bug# 5716318
283: X_AUTO_PRODUCT_CALC => NVL(p_formula_header_rec.auto_product_calc,'N'));
284: /* Test if formula_id is returned */
285: IF (l_debug = 'Y') THEN
286: gmd_debug.put_line(' In formula header Pvt - After fm insert row_id = '
287: ||formula_rowid);
288: END IF;
289:
290: /* Check if p_commit is set to TRUE */

Line 324: gmd_debug.put_line(' In Formula Header Pvt - In OTHERS Exception Section '

320: FND_MSG_PUB.Count_And_Get (
321: p_count => x_msg_count,
322: p_data => x_msg_data );
323: IF (l_debug = 'Y') THEN
324: gmd_debug.put_line(' In Formula Header Pvt - In OTHERS Exception Section '
325: ||' - '
326: ||x_return_status);
327: END IF;
328:

Line 386: gmd_debug.put_line(' In Formula Header Pvt - Before updating fm_form_mst table '

382:
383: /* Call the Update_row procedure for mls */
384: /* To modify to call the approp variables */
385: IF (l_debug = 'Y') THEN
386: gmd_debug.put_line(' In Formula Header Pvt - Before updating fm_form_mst table '
387: ||p_formula_header_rec.formula_id);
388: END IF;
389: FM_FORM_MST_MLS.UPDATE_ROW(
390: X_FORMULA_ID => p_formula_header_rec.formula_id,

Line 449: gmd_debug.put_line(' In Formula Header Pvt - After updating fm_form_mst table ');

445: X_AUTO_PRODUCT_CALC => p_formula_header_rec.auto_product_calc);
446:
447: /* End API body */
448: IF (l_debug = 'Y') THEN
449: gmd_debug.put_line(' In Formula Header Pvt - After updating fm_form_mst table ');
450: END IF;
451:
452: /* Check if p_commit is set to TRUE */
453: IF FND_API.To_Boolean( p_commit ) THEN

Line 470: gmd_debug.put_line(' In Formula Header Pvt - In Error Exception Section '

466: FND_MSG_PUB.Count_And_Get (
467: p_count => x_msg_count,
468: p_data => x_msg_data );
469: IF (l_debug = 'Y') THEN
470: gmd_debug.put_line(' In Formula Header Pvt - In Error Exception Section '
471: ||' - '
472: ||x_return_status);
473: END IF;
474: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 481: gmd_debug.put_line(' In Formula Header Pvt - In Unexpected Exception Section '

477: FND_MSG_PUB.Count_And_Get (
478: p_count => x_msg_count,
479: p_data => x_msg_data );
480: IF (l_debug = 'Y') THEN
481: gmd_debug.put_line(' In Formula Header Pvt - In Unexpected Exception Section '
482: ||' - '
483: ||x_return_status);
484: END IF;
485:

Line 494: gmd_debug.put_line(' In Formula Header Pvt - In Others Exception Section '

490: FND_MSG_PUB.Count_And_Get (
491: p_count => x_msg_count,
492: p_data => x_msg_data );
493: IF (l_debug = 'Y') THEN
494: gmd_debug.put_line(' In Formula Header Pvt - In Others Exception Section '
495: ||' - '
496: ||x_return_status);
497: END IF;
498: