DBA Data[Home] [Help]

APPS.OKL_SSC_WF dependencies on OKL_INSURANCE_POLICIES_PUB

Line 1742: l_policy_rec okl_insurance_policies_pub.ipyv_rec_type;

1738: l_lessor_payee VARCHAR2(1);
1739: l_chrid NUMBER;
1740: l_siteid NUMBER;
1741: l_requestor_userid NUMBER;
1742: l_policy_rec okl_insurance_policies_pub.ipyv_rec_type;
1743: lx_return_status VARCHAR2(1);
1744: lx_msg_count NUMBER;
1745: lx_msg_data VARCHAR2(100);
1746: lx_policy_rec okl_insurance_policies_pub.ipyv_rec_type;

Line 1746: lx_policy_rec okl_insurance_policies_pub.ipyv_rec_type;

1742: l_policy_rec okl_insurance_policies_pub.ipyv_rec_type;
1743: lx_return_status VARCHAR2(1);
1744: lx_msg_count NUMBER;
1745: lx_msg_data VARCHAR2(100);
1746: lx_policy_rec okl_insurance_policies_pub.ipyv_rec_type;
1747: api_exception exception;
1748: l_respString VARCHAR2(15);
1749: l_respId NUMBER;
1750: l_resp_key VARCHAR2(30);

Line 2772: OKL_INSURANCE_POLICIES_PUB.delete_policy(

2768: l_ipyv_rec.cancellation_comment := p_cancelcomment;
2769: l_ipyv_rec.cancellation_date := p_canceldate;
2770:
2771: if (l_iss_code='PENDING' OR l_iss_code='ACCEPTED') THEN
2772: OKL_INSURANCE_POLICIES_PUB.delete_policy(
2773: p_api_version,
2774: p_init_msg_list => l_init_msg_list,
2775: x_return_status => l_return_status,
2776: x_msg_count => l_msg_count,

Line 2781: OKL_INSURANCE_POLICIES_PUB.cancel_policy(

2777: x_msg_data => l_msg_data,
2778: p_ipyv_rec => l_ipyv_rec,
2779: x_ipyv_rec => lx_ipyv_rec);
2780: ELSE
2781: OKL_INSURANCE_POLICIES_PUB.cancel_policy(
2782: p_api_version,
2783: p_init_msg_list => l_init_msg_list,
2784: x_return_status => l_return_status,
2785: x_msg_count => l_msg_count,