DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_PKG dependencies on XLA_VALIDATION_LINES_GT

Line 16529: UPDATE xla_validation_lines_gt

16525: -- -------------------------------------------------------------------------- +
16526: -- Fail gl_bc_packet records ...
16527: -- -------------------------------------------------------------------------- +
16528: forall i in t_ae_header_id.FIRST..t_ae_header_id.LAST
16529: UPDATE xla_validation_lines_gt
16530: SET funds_status_code = 'F77'
16531: WHERE ae_header_id = t_ae_header_id(i);
16532:
16533: If g_debug_mode = 'Y' then

Line 16534: log_message(p_msg_token1=>l_program_name||'xla_validation_lines_gt, records updated['||sql%rowcount||']');

16530: SET funds_status_code = 'F77'
16531: WHERE ae_header_id = t_ae_header_id(i);
16532:
16533: If g_debug_mode = 'Y' then
16534: log_message(p_msg_token1=>l_program_name||'xla_validation_lines_gt, records updated['||sql%rowcount||']');
16535: End If;
16536:
16537: -- -------------------------------------------------------------------------- +
16538: -- Initalize records ...