DBA Data[Home] [Help]

APPS.XLA_AAD_UPLOAD_PVT dependencies on XLA_STAGE_ACCTG_METHODS

Line 3259: INSERT INTO xla_stage_acctg_methods

3255: p_module => l_log_module,
3256: p_level => C_LEVEL_PROCEDURE);
3257: END IF;
3258:
3259: INSERT INTO xla_stage_acctg_methods
3260: (staging_amb_context_code
3261: ,accounting_method_type_code
3262: ,accounting_method_code
3263: ,name

Line 3298: AND table_name = 'XLA_STAGE_ACCTG_METHODS'

3294: AND fift.id_flex_structure_code(+) = trans_coa_id_flex_struct_code
3295: AND fifa.application_id(+) = 101
3296: AND fifa.id_flex_code(+) = 'GL#'
3297: AND fifa.id_flex_structure_code(+) = acct_coa_id_flex_struct_code
3298: AND table_name = 'XLA_STAGE_ACCTG_METHODS'
3299: AND staging_amb_context_code = p_staging_context_code;
3300:
3301: IF (C_LEVEL_EVENT >= g_log_level) THEN
3302: trace(p_msg => '# insert (XLA_STAGING_ACCTG_METHODS) = '||SQL%ROWCOUNT,