DBA Data[Home] [Help]

APPS.OKL_POOL_PVT dependencies on FND_GLOBAL

Line 3486: IF Fnd_Global.CONC_REQUEST_ID <> -1 THEN

3482:
3483: IF l_reject_code IS NOT NULL THEN
3484: -- write it to the report
3485:
3486: IF Fnd_Global.CONC_REQUEST_ID <> -1 THEN
3487:
3488: l_rejects_msg_tbl(l_discard_count).msg := RPAD(l_discard_count,l_row_num_len)
3489: || RPAD(l_okl_poc_rec.contract_number ,l_contract_num_len)
3490: || RPAD(l_okl_poc_rec.asset_number ,l_asset_num_len)

Line 3565: IF Fnd_Global.CONC_REQUEST_ID <> -1 THEN

3561: */
3562: IF p_log_message ='Y' THEN
3563: /* ankushar end changes 26-Jul-2007*/
3564: -- populate the log table only if the p_log_message is 'Y'
3565: IF Fnd_Global.CONC_REQUEST_ID <> -1 THEN
3566: l_adds_msg_tbl(l_add_count).msg := RPAD(l_add_count,l_row_num_len)
3567: || RPAD(l_okl_poc_rec.contract_number ,l_contract_num_len)
3568: || RPAD(l_okl_poc_rec.asset_number ,l_asset_num_len)
3569: || RPAD(l_okl_poc_rec.lessee ,l_lessee_len)