DBA Data[Home] [Help]

APPS.PA_PROJECT_REQUEST_PVT dependencies on PA_REQUESTS_CREATION_WARN_PKG

Line 1558: PA_REQUESTS_CREATION_WARN_PKG.insert_row

1554:
1555: IF l_msg_data IS NOT NULL THEN
1556: --Insert the error into the temp table for the report display purpose.
1557:
1558: PA_REQUESTS_CREATION_WARN_PKG.insert_row
1559: (p_request_name => cur_sel_opportunities_rec.request_name,
1560: p_warning => l_msg_data,
1561: x_return_status => x_return_status,
1562: x_msg_count => x_msg_count,