DBA Data[Home] [Help]

APPS.XLA_ACCTG_METHODS_F_PKG dependencies on XLA_ACCTG_METHODS_VL

Line 618: FROM xla_acctg_methods_vl

614: BEGIN
615:
616: SELECT last_updated_by, last_update_date
617: INTO db_luby, db_ludate
618: FROM xla_acctg_methods_vl
619: WHERE accounting_method_code = p_accounting_method_code
620: AND accounting_method_type_code = p_accounting_method_type_code;
621:
622: IF (fnd_load_util.upload_test(f_luby, f_ludate, db_luby, db_ludate, NULL)) THEN