DBA Data[Home] [Help]

APPS.PA_PROJECT_REQUEST_PVT dependencies on PA_PROJECT_REQUEST_PKG

Line 399: PA_PROJECT_REQUEST_PKG.update_row

395: debug('Calling PKG update_row');
396:
397: -- Call the table handler
398:
399: PA_PROJECT_REQUEST_PKG.update_row
400: ( p_request_id =>p_request_id,
401: p_request_status_code =>'122',
402: p_closed_date =>sysdate,
403: x_return_status =>x_return_status,