3488:
3489: IF l_reject_code IS NOT NULL THEN
3490: -- write it to the report
3491:
3492: IF Fnd_Global.CONC_REQUEST_ID <> -1 THEN
3493:
3494: l_rejects_msg_tbl(l_discard_count).msg := RPAD(l_discard_count,l_row_num_len)
3495: || RPAD(l_okl_poc_rec.contract_number ,l_contract_num_len)
3496: || RPAD(l_okl_poc_rec.asset_number ,l_asset_num_len)
3567: */
3568: IF p_log_message ='Y' THEN
3569: /* ankushar end changes 26-Jul-2007*/
3570: -- populate the log table only if the p_log_message is 'Y'
3571: IF Fnd_Global.CONC_REQUEST_ID <> -1 THEN
3572: l_adds_msg_tbl(l_add_count).msg := RPAD(l_add_count,l_row_num_len)
3573: || RPAD(l_okl_poc_rec.contract_number ,l_contract_num_len)
3574: || RPAD(l_okl_poc_rec.asset_number ,l_asset_num_len)
3575: || RPAD(l_okl_poc_rec.lessee ,l_lessee_len)