DBA Data[Home] [Help]

APPS.ARP_CREDIT_MEMO_MODULE dependencies on AR_GDF_VALIDATION

Line 5227: l_jgzz_product_code := AR_GDF_VALIDATION.is_jg_installed;

5223: PROCEDURE insert_errors(p_selected_for_rcpt_batch_id IN NUMBER) IS
5224: l_jgzz_product_code VARCHAR2(100);
5225: BEGIN
5226: debug( ' inv_locked_by_another_session ', MSG_LEVEL_DEBUG );
5227: l_jgzz_product_code := AR_GDF_VALIDATION.is_jg_installed;
5228: if (l_jgzz_product_code is not null) and
5229: (p_selected_for_rcpt_batch_id = -999) then
5230: g_error_buffer := MSG_INV_LOCKED_BY_JL;
5231: debug( 'EXCEPTION: '||g_error_buffer, MSG_LEVEL_BASIC);