DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE2 dependencies on PA_PROJECT_CORE2

Line 1: package body PA_PROJECT_CORE2 as

1: package body PA_PROJECT_CORE2 as
2: -- $Header: PAXPCO2B.pls 120.10.12020000.2 2012/07/19 10:55:20 admarath ship $
3:
4:
5: --

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;

Line 1492: END PA_PROJECT_CORE2 ;

1488: END Create_Def_Prj_Stus_Controls;
1489:
1490:
1491:
1492: END PA_PROJECT_CORE2 ;