DBA Data[Home] [Help]

APPS.JL_ZZ_AP_LIBRARY_1_PKG dependencies on GL_CODE_COMBINATIONS

Line 208: from gl_code_combinations

204: Begin
205: errcd := 0;
206: select decode(account_type,'A','Y','N')
207: Into account_type
208: from gl_code_combinations
209: where code_combination_id = ccid and rownum = row_number;
210: Exception
211: When Others Then
212: errcd := sqlcode;

Line 523: from ap_tax_codes ATC, gl_code_combinations GL

519: to_number(substr(ATC.global_attribute1,1,15)),
520: ATC.description,
521: decode(GL.account_type,'A','Y','N')
522: into tcc_id1, tcc_id2, description, account_type
523: from ap_tax_codes ATC, gl_code_combinations GL
524: where ATC.name = vatcode
525: and ATC.tax_code_combination_id = GL.code_combination_id
526: and nvl(ATC.inactive_date,sysdate + 1) > sysdate and rownum = row_number;
527: If Nvl(Tax_Reco_flg,'N') = 'Y' Then