DBA Data[Home] [Help]

APPS.XLA_ACCTG_METHODS_F_PKG dependencies on FND_LOAD_UTIL

Line 532: f_luby := fnd_load_util.owner_id(p_owner);

528: p_level => C_LEVEL_PROCEDURE);
529: END IF;
530:
531: -- Translate owner to file_last_updated_by
532: f_luby := fnd_load_util.owner_id(p_owner);
533:
534: -- Translate char last_update_date to date
535: f_ludate := nvl(to_date(p_last_update_date, 'YYYY/MM/DD'), sysdate);
536:

Line 545: IF (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,

541: WHERE accounting_method_type_code = p_accounting_method_type_code
542: AND accounting_method_code = p_accounting_method_code
543: AND language = userenv('LANG');
544:
545: IF (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
546: db_ludate, p_custom_mode)) then
547: UPDATE xla_acctg_methods_tl
548: SET name = p_name
549: ,description = p_description

Line 609: f_luby := fnd_load_util.owner_id(p_owner);

605: p_level => C_LEVEL_PROCEDURE);
606: END IF;
607:
608: -- Translate owner to file_last_updated_by
609: f_luby := fnd_load_util.owner_id(p_owner);
610:
611: -- Translate char last_update_date to date
612: f_ludate := nvl(to_date(p_last_update_date, 'YYYY/MM/DD'), sysdate);
613:

Line 622: IF (fnd_load_util.upload_test(f_luby, f_ludate, db_luby, db_ludate, NULL)) THEN

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
623: xla_acctg_methods_f_pkg.update_row
624: (x_accounting_method_code => p_accounting_method_code
625: ,x_accounting_method_type_code => p_accounting_method_type_code
626: ,x_transaction_coa_id => null