DBA Data[Home] [Help]

APPS.PA_OPPORTUNITY_MGT_PVT dependencies on PA_PROJECT_REQUEST_PKG

Line 661: PA_PROJECT_REQUEST_PKG.update_row(p_request_id => v_c1.request_id,

657: -- project request to 'OPEN'.
658: -- Delete the object relationships between the project and the project request.
659: FOR v_c1 IN c1 LOOP
660: -- Change project request status.
661: PA_PROJECT_REQUEST_PKG.update_row(p_request_id => v_c1.request_id,
662: p_request_status_code => '121',
663: x_return_status => x_return_status,
664: x_msg_count => x_msg_count,
665: x_msg_data => x_msg_data);