DBA Data[Home] [Help]

APPS.OKS_WF_K_PROCESS_PVT dependencies on OKS_K_HEADERS_BH

Line 8990: p_update_item_key : Y|N indicating if oks_k_headers_b and oks_k_headers_bh are to be

8986:
8987: Parameters
8988: p_wf_attributes_tbl : table of records containg the details of the workflow to be
8989: launched
8990: p_update_item_key : Y|N indicating if oks_k_headers_b and oks_k_headers_bh are to be
8991: updated with the passed item keys
8992:
8993: Rules for input record fiels
8994: 1. Contract_id must be passed, if not passed the record is ignored

Line 9230: UPDATE oks_k_headers_bh

9226: last_update_login = FND_GLOBAL.LOGIN_ID
9227: WHERE chr_id = l_contract_id_values(i);
9228:
9229: FORALL i IN l_contract_id_values.FIRST..l_contract_id_values.LAST
9230: UPDATE oks_k_headers_bh
9231: SET wf_item_key = l_item_keys(i),
9232: object_version_number = object_version_number + 1,
9233: renewal_status = nvl(renewal_status,G_NEG_STS_DRAFT),
9234: last_update_date = SYSDATE,