DBA Data[Home] [Help]

APPS.OKS_WF_K_PROCESS_PVT dependencies on OKS_K_ACTIONS_PVT

Line 5829: IF OKS_K_ACTIONS_PVT.validateForRenewalAction(p_chr_id => p_contract_id) = 'N' THEN

5825: END IF;
5826:
5827: -- Check whether submit for approval actions is applicable for this contract
5828: -- If k is not in 'Entered' status, we should not allow submit for approval
5829: IF OKS_K_ACTIONS_PVT.validateForRenewalAction(p_chr_id => p_contract_id) = 'N' THEN
5830: x_return_status := G_RET_STS_ACTION_NOT_ALWD;
5831: RAISE ActionNotAllowedException;
5832: END IF;
5833:

Line 6183: IF OKS_K_ACTIONS_PVT.validateForRenewalAction(p_chr_id => p_contract_id) = 'N' THEN

6179: where chr_id = p_contract_id;
6180: ELSE
6181: -- Check whether publish to customer action is applicable for this contract
6182: -- If k is not in 'Entered' status, we should not allow for publishing it online
6183: IF OKS_K_ACTIONS_PVT.validateForRenewalAction(p_chr_id => p_contract_id) = 'N' THEN
6184: RAISE ActionNotAllowedException;
6185: END IF;
6186:
6187: IF p_item_key IS NULL THEN