DBA Data[Home] [Help]

APPS.GMD_QA_RCV_PUB dependencies on GMD_DEBUG

Line 41: gmd_debug.log_initialize('PLOWE');

37: l_disposition VARCHAR2(3);
38: l_progress VARCHAR2(3);
39:
40: BEGIN
41: gmd_debug.log_initialize('PLOWE');
42: gmd_debug.put_line('entering get_disposition ');
43: gmd_api_pub.log_message('GMD 1','entering get_disposition ');
44: IF (p_po_num IS NOT NULL) THEN
45: OPEN cur_get_disposition;

Line 42: gmd_debug.put_line('entering get_disposition ');

38: l_progress VARCHAR2(3);
39:
40: BEGIN
41: gmd_debug.log_initialize('PLOWE');
42: gmd_debug.put_line('entering get_disposition ');
43: gmd_api_pub.log_message('GMD 1','entering get_disposition ');
44: IF (p_po_num IS NOT NULL) THEN
45: OPEN cur_get_disposition;
46: l_progress := '010';

Line 314: gmd_debug.log_initialize('PLOWE');

310: l_plan_id NUMBER;
311:
312:
313: BEGIN
314: gmd_debug.log_initialize('PLOWE');
315: gmd_debug.put_line('entering store_collection_details ');
316: --gmd_api_pub.log_message('GMD 1','entering store_collection_details ');
317: --gmd_api_pub.log_message('GMD 1','PO_NUM = ',p_po_num,'ERROR', SUBSTR(SQLERRM,1,100),'POSITION',l_progress);
318:

Line 315: gmd_debug.put_line('entering store_collection_details ');

311:
312:
313: BEGIN
314: gmd_debug.log_initialize('PLOWE');
315: gmd_debug.put_line('entering store_collection_details ');
316: --gmd_api_pub.log_message('GMD 1','entering store_collection_details ');
317: --gmd_api_pub.log_message('GMD 1','PO_NUM = ',p_po_num,'ERROR', SUBSTR(SQLERRM,1,100),'POSITION',l_progress);
318:
319: IF (p_po_num IS NOT NULL) THEN