DBA Data[Home] [Help]

APPS.XLA_ACCT_ATTRIBUTES_F_PKG dependencies on XLA_ACCT_ATTRIBUTES_VL

Line 414: FROM xla_acct_attributes_vl

410: BEGIN
411:
412: SELECT last_updated_by, last_update_date
413: INTO db_luby, db_ludate
414: FROM xla_acct_attributes_vl
415: WHERE accounting_attribute_code = p_accounting_attribute_code;
416:
417: IF (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
418: db_ludate, null)) then