DBA Data[Home] [Help]

APPS.JL_AR_AP_AWT_REPORTS_PKG dependencies on JG_ZZ_COMPANY_INFO

Line 580: v_location_id := jg_zz_company_info.get_location_id;

576:
577: IF (p_payment_instruction_id is not null ) THEN
578:
579: -- Retrieving LOCATION_ID
580: v_location_id := jg_zz_company_info.get_location_id;
581:
582: l_debug_info := 'Selecting Certificates ...';
583: IF (DEBUG_Var = 'Y') THEN
584: JL_ZZ_AP_EXT_AWT_UTIL.Debug (l_debug_info);