DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_PKG dependencies on XLA_VALIDATION_LINES_GT

Line 16964: UPDATE xla_validation_lines_gt

16960: -- -------------------------------------------------------------------------- +
16961: -- Fail gl_bc_packet records ...
16962: -- -------------------------------------------------------------------------- +
16963: forall i in t_ae_header_id.FIRST..t_ae_header_id.LAST
16964: UPDATE xla_validation_lines_gt
16965: SET funds_status_code = 'F77'
16966: WHERE ae_header_id = t_ae_header_id(i);
16967:
16968: If g_debug_mode = 'Y' then

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

16965: SET funds_status_code = 'F77'
16966: WHERE ae_header_id = t_ae_header_id(i);
16967:
16968: If g_debug_mode = 'Y' then
16969: log_message(p_msg_token1=>l_program_name||'xla_validation_lines_gt, records updated['||sql%rowcount||']');
16970: End If;
16971:
16972: -- -------------------------------------------------------------------------- +
16973: -- Initalize records ...