DBA Data[Home] [Help]

APPS.PA_PROJECT_REQUEST_PUB dependencies on PA_PROJECT_REQUEST_PKG

Line 119: PA_PROJECT_REQUEST_PVT.debug('PA_PROJECT_REQUESTS_PUB.create_project_request: Calling PA_PROJECT_REQUEST_PKG.insert_row');

115:
116: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
117:
118:
119: PA_PROJECT_REQUEST_PVT.debug('PA_PROJECT_REQUESTS_PUB.create_project_request: Calling PA_PROJECT_REQUEST_PKG.insert_row');
120:
121: PA_PROJECT_REQUEST_PKG.insert_row
122: ( p_request_name => p_request_name ,
123: p_request_type => p_request_type,

Line 121: PA_PROJECT_REQUEST_PKG.insert_row

117:
118:
119: PA_PROJECT_REQUEST_PVT.debug('PA_PROJECT_REQUESTS_PUB.create_project_request: Calling PA_PROJECT_REQUEST_PKG.insert_row');
120:
121: PA_PROJECT_REQUEST_PKG.insert_row
122: ( p_request_name => p_request_name ,
123: p_request_type => p_request_type,
124: p_request_status_code => l_request_status_code,
125: p_description => p_description,

Line 340: PA_PROJECT_REQUEST_PVT.debug('PA_PROJECT_REQUESTS_PUB.cancel_project_request: Calling PA_PROJECT_REQUEST_PKG.update_row');

336: END IF;
337:
338: --Log Message
339:
340: PA_PROJECT_REQUEST_PVT.debug('PA_PROJECT_REQUESTS_PUB.cancel_project_request: Calling PA_PROJECT_REQUEST_PKG.update_row');
341:
342:
343: -- Call the table handler
344:

Line 345: PA_PROJECT_REQUEST_PKG.update_row

341:
342:
343: -- Call the table handler
344:
345: PA_PROJECT_REQUEST_PKG.update_row
346: ( p_request_id =>p_request_id,
347: p_request_status_code =>'123',
348: p_closed_date => null,
349: p_record_version_number =>p_record_version_number,