DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE2 dependencies on FND_MSG_PUB

Line 1397: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_CORE2',

1393: exception
1394: when others then
1395: x_err_code := SQLCODE;
1396: --Added by rtarway for BUG 3875746
1397: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_CORE2',
1398: p_procedure_name => 'COPY_TASK',
1399: p_error_text => SUBSTRB(SQLERRM,1,240));
1400: rollback to copy_task;
1401: raise;