DBA Data[Home] [Help]

APPS.OKS_WF_K_PROCESS_PVT dependencies on OKS_K_HEADERS_BH

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

8682:
8683: Parameters
8684: p_wf_attributes_tbl : table of records containg the details of the workflow to be
8685: launched
8686: p_update_item_key : Y|N indicating if oks_k_headers_b and oks_k_headers_bh are to be
8687: updated with the passed item keys
8688:
8689: Rules for input record fiels
8690: 1. Contract_id must be passed, if not passed the record is ignored

Line 8926: UPDATE oks_k_headers_bh

8922: last_update_login = FND_GLOBAL.LOGIN_ID
8923: WHERE chr_id = l_contract_id_values(i);
8924:
8925: FORALL i IN l_contract_id_values.FIRST..l_contract_id_values.LAST
8926: UPDATE oks_k_headers_bh
8927: SET wf_item_key = l_item_keys(i),
8928: object_version_number = object_version_number + 1,
8929: renewal_status = nvl(renewal_status,G_NEG_STS_DRAFT),
8930: last_update_date = SYSDATE,