DBA Data[Home] [Help]

APPS.XLA_AAD_UPLOAD_PVT dependencies on XLA_ACCTG_METHOD_RULES

Line 3307: INSERT INTO xla_acctg_method_rules

3303: p_module => l_log_module,
3304: p_level => C_LEVEL_EVENT);
3305: END IF;
3306:
3307: INSERT INTO xla_acctg_method_rules
3308: (amb_context_code
3309: ,accounting_method_type_code
3310: ,accounting_method_code
3311: ,acctg_method_rule_id

Line 3326: ,xla_acctg_method_rules_s.nextval

3322: SELECT
3323: p_staging_context_code
3324: ,accounting_method_type_code
3325: ,accounting_method_code
3326: ,xla_acctg_method_rules_s.nextval
3327: ,p_application_id
3328: ,product_rule_type_code
3329: ,product_rule_code
3330: ,start_date_active

Line 3338: WHERE table_name = 'XLA_ACCTG_METHOD_RULES'

3334: ,nvl(to_date(orig_last_update_date, 'YYYY/MM/DD'), sysdate)
3335: ,fnd_load_util.owner_id(owner)
3336: ,0
3337: FROM xla_aad_loader_defns_t
3338: WHERE table_name = 'XLA_ACCTG_METHOD_RULES'
3339: AND staging_amb_context_code = p_staging_context_code;
3340:
3341: IF (C_LEVEL_PROCEDURE >= g_log_level) THEN
3342: trace(p_msg => 'END of procedure populate_acctg_methods',