DBA Data[Home] [Help]

APPS.JL_ZZ_AP_LIBRARY_1_PKG dependencies on JL_BR_AP_OPERATIONS

Line 444: from jl_br_ap_operations

440: Begin
441: errcd := 0;
442: select tax_rate_differential
443: into tax_flag
444: from jl_br_ap_operations
445: where cfo_code = cfocd and rownum = row_number;
446: Exception
447: When Others Then
448: errcd := sqlcode;

Line 561: from jl_br_ap_operations

557: Begin
558: errcd := 0;
559: select nvl(tax_recoverable,'N')
560: into tax_recoverable
561: from jl_br_ap_operations
562: where cfo_code = cfocd and rownum = row_number;
563: Exception
564: When Others Then
565: errcd := sqlcode;