DBA Data[Home] [Help]

APPS.PA_RESOURCE_UTILS1 dependencies on PA_RESOURCE_UTILS1

Line 1: package body PA_RESOURCE_UTILS1 as

1: package body PA_RESOURCE_UTILS1 as
2: --$Header: PARCSUB1.pls 120.2 2005/08/24 02:40:34 avaithia noship $
3:
4: /*==============================================================================
5: This api Returns the item master id for the material class item

Line 34: ( p_pkg_name => 'PA_RESOURCE_UTILS1'

30: x_msg_data:=SUBSTRB(sqlerrm,1,240); -- 4537865 : Changed from sqlerrm to SUBSTRB(sqlerrm,1,240)
31: x_msg_count:=1;
32: -- 4537865 : Add Exception msg to stack and RAISE
33: Fnd_Msg_Pub.add_exc_msg
34: ( p_pkg_name => 'PA_RESOURCE_UTILS1'
35: , p_procedure_name => 'Return_Material_Class_Id'
36: , p_error_text => x_msg_data);
37: RAISE;
38: END Return_Material_Class_Id;

Line 40: END PA_RESOURCE_UTILS1;

36: , p_error_text => x_msg_data);
37: RAISE;
38: END Return_Material_Class_Id;
39:
40: END PA_RESOURCE_UTILS1;