DBA Data[Home] [Help]

APPS.JG_ZZ_AR_AUTO_INVOICE dependencies on STANDARD

Line 220: arp_standard.debug('-- Found an exception at ' || l_debug_loc||'.');

216:
217: End If;
218: Exception
219: When Others Then
220: arp_standard.debug('-- Found an exception at ' || l_debug_loc||'.');
221: arp_standard.debug('-- ' || SQLERRM);
222: End;
223:
224: PROCEDURE val_trx_range (p_request_id IN Number, p_flag OUT NOCOPY Number) IS

Line 221: arp_standard.debug('-- ' || SQLERRM);

217: End If;
218: Exception
219: When Others Then
220: arp_standard.debug('-- Found an exception at ' || l_debug_loc||'.');
221: arp_standard.debug('-- ' || SQLERRM);
222: End;
223:
224: PROCEDURE val_trx_range (p_request_id IN Number, p_flag OUT NOCOPY Number) IS
225: CURSOR C_Trx_Lines IS

Line 340: -- arp_standard.debug('-- Start JE_GLOBAL_PKG.nullify_globalcolumns ');

336:
337: /* To nullify the global attribute columns. This is to avoid populating
338: Global columns while Copying transaction by "CopyTo" function */
339: --IF Is_context_enabled(l_country_code) THEN
340: -- arp_standard.debug('-- Start JE_GLOBAL_PKG.nullify_globalcolumns ');
341: -- JE_COMMON_PKG.nullify_globalcolumns(p_request_id);
342: -- arp_standard.debug('-- End JE_GLOBAL_PKG.nullify_globalcolumns ');
343: --END IF;
344:

Line 342: -- arp_standard.debug('-- End JE_GLOBAL_PKG.nullify_globalcolumns ');

338: Global columns while Copying transaction by "CopyTo" function */
339: --IF Is_context_enabled(l_country_code) THEN
340: -- arp_standard.debug('-- Start JE_GLOBAL_PKG.nullify_globalcolumns ');
341: -- JE_COMMON_PKG.nullify_globalcolumns(p_request_id);
342: -- arp_standard.debug('-- End JE_GLOBAL_PKG.nullify_globalcolumns ');
343: --END IF;
344:
345: EXCEPTION
346: WHEN OTHERS THEN

Line 348: arp_standard.debug('-- Found an exception at :' || l_debug_loc||'.');

344:
345: EXCEPTION
346: WHEN OTHERS THEN
347: p_flag := 0;
348: arp_standard.debug('-- Found an exception at :' || l_debug_loc||'.');
349: arp_standard.debug('-- ' || SQLERRM);
350: END;
351:
352: End JG_ZZ_AR_AUTO_INVOICE;

Line 349: arp_standard.debug('-- ' || SQLERRM);

345: EXCEPTION
346: WHEN OTHERS THEN
347: p_flag := 0;
348: arp_standard.debug('-- Found an exception at :' || l_debug_loc||'.');
349: arp_standard.debug('-- ' || SQLERRM);
350: END;
351:
352: End JG_ZZ_AR_AUTO_INVOICE;
353: