DBA Data[Home] [Help]

APPS.OKS_WF_K_PROCESS_PVT dependencies on OKS_K_ACTIONS_PVT

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

6129: END IF;
6130:
6131: -- Check whether submit for approval actions is applicable for this contract
6132: -- If k is not in 'Entered' status, we should not allow submit for approval
6133: IF OKS_K_ACTIONS_PVT.validateForRenewalAction(p_chr_id => p_contract_id) = 'N' THEN
6134: x_return_status := G_RET_STS_ACTION_NOT_ALWD;
6135: RAISE ActionNotAllowedException;
6136: END IF;
6137:

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

6483: where chr_id = p_contract_id;
6484: ELSE
6485: -- Check whether publish to customer action is applicable for this contract
6486: -- If k is not in 'Entered' status, we should not allow for publishing it online
6487: IF OKS_K_ACTIONS_PVT.validateForRenewalAction(p_chr_id => p_contract_id) = 'N' THEN
6488: RAISE ActionNotAllowedException;
6489: END IF;
6490:
6491: IF p_item_key IS NULL THEN