DBA Data[Home] [Help]

APPS.ARP_CREDIT_MEMO_MODULE dependencies on AR_GDF_VALIDATION

Line 5447: l_jgzz_product_code := AR_GDF_VALIDATION.is_jg_installed;

5443: PROCEDURE insert_errors(p_selected_for_rcpt_batch_id IN NUMBER,p_result NUMBER) IS
5444: l_jgzz_product_code VARCHAR2(100);
5445: BEGIN
5446: debug( ' inv_locked_by_another_session ', MSG_LEVEL_DEBUG );
5447: l_jgzz_product_code := AR_GDF_VALIDATION.is_jg_installed;
5448: if (l_jgzz_product_code is not null) and
5449: (p_selected_for_rcpt_batch_id = -999) then
5450: if p_result=1 then
5451: null;