DBA Data[Home] [Help]

APPS.PA_PROJECT_REQUEST_PVT dependencies on PA_PROJECTS_UPDATE_WARN_PKG

Line 2233: PA_PROJECTS_UPDATE_WARN_PKG.insert_row

2229: else --Bug 4015199
2230: -- populate into temp table
2231: l_warning := fnd_message.get_string('PA','PA_UNAME_NOT_ASSIGNED');
2232:
2233: PA_PROJECTS_UPDATE_WARN_PKG.insert_row
2234: ( p_project_name =>l_project_name,
2235: p_warning => l_warning,
2236: x_return_status => x_return_status,
2237: x_msg_count => x_msg_count,

Line 2301: PA_PROJECTS_UPDATE_WARN_PKG.insert_row

2297:
2298: IF l_msg_data IS NOT NULL THEN
2299: --Insert the error into the temp table for the report display purpose.
2300: -- Insert error message to temp table
2301: PA_PROJECTS_UPDATE_WARN_PKG.insert_row
2302: ( p_project_name =>l_project_name,
2303: p_warning => l_msg_data,
2304: x_return_status => x_return_status,
2305: x_msg_count => x_msg_count,