DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE2 dependencies on FND_MSG_PUB

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

1336: exception
1337: when others then
1338: x_err_code := SQLCODE;
1339: --Added by rtarway for BUG 3875746
1340: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_CORE2',
1341: p_procedure_name => 'COPY_TASK',
1342: p_error_text => SUBSTRB(SQLERRM,1,240));
1343: rollback to copy_task;
1344: raise;