DBA Data[Home] [Help]

APPS.OKL_VENDOR_PROGRAM_PVT dependencies on OKL_VP_CHANGE_REQUEST_PVT

Line 1709: okl_vp_change_request_pvt.cascade_request_status_edit(p_api_version => p_api_version

1705: ,p_chr_id => p_program_id
1706: );
1707: IF (l_cr_type = 'AGREEMENT' AND l_cr_id IS NOT NULL) THEN
1708: -- If the Change Request is of type AGREEMENT.
1709: okl_vp_change_request_pvt.cascade_request_status_edit(p_api_version => p_api_version
1710: ,p_init_msg_list => p_init_msg_list
1711: ,x_return_status => x_return_status
1712: ,x_msg_count => x_msg_count
1713: ,x_msg_data => x_msg_data

Line 1722: okl_vp_change_request_pvt.cascade_request_status_edit(p_api_version => p_api_version

1718: ELSIF (l_sts_code = 'ACTIVE') THEN
1719: -- If the Change Request is of type ASSOCIATION.
1720: IF (l_cr_type = 'ASSOCIATION' AND l_cr_status_code = 'PASSED'
1721: AND l_cr_id IS NOT NULL) THEN
1722: okl_vp_change_request_pvt.cascade_request_status_edit(p_api_version => p_api_version
1723: ,p_init_msg_list => p_init_msg_list
1724: ,x_return_status => x_return_status
1725: ,x_msg_count => x_msg_count
1726: ,x_msg_data => x_msg_data