DBA Data[Home] [Help]

APPS.PA_GET_RESOURCE dependencies on FND_MSG_PUB

Line 212: Fnd_Msg_Pub.add_exc_msg

208:
209: -- Dont reset p_err_stage as it will already be populated to correct value
210:
211: p_err_stack := p_err_stack || ' : ' || SUBSTRB(SQLERRM,1,100);
212: Fnd_Msg_Pub.add_exc_msg
213: ( p_pkg_name => 'PA_GET_RESOURCE'
214: , p_procedure_name => 'Get_Resource_group'
215: , p_error_text => p_err_stack);
216: -- 4537865 : End

Line 374: Fnd_Msg_Pub.add_exc_msg

370:
371: -- Dont reset p_err_stage as it will already be populated to correct value
372:
373: p_err_stack := p_err_stack || ' : ' || SUBSTRB(SQLERRM,1,100);
374: Fnd_Msg_Pub.add_exc_msg
375: ( p_pkg_name => 'PA_GET_RESOURCE'
376: , p_procedure_name => 'Get_Resource_list_member'
377: , p_error_text => p_err_stack);
378: -- 4537865 : End

Line 651: Fnd_Msg_Pub.add_exc_msg

647: -- 4537865
648: p_resource_id := NULL ;
649: p_err_stack := p_err_stack || ' ' || SUBSTRB(SQLERRM,1,100) ;
650:
651: Fnd_Msg_Pub.add_exc_msg
652: ( p_pkg_name => 'PA_GET_RESOURCE'
653: , p_procedure_name => 'Get_Resource'
654: , p_error_text => p_err_stack);
655: -- 4537865 : dont reset p_err_stage as it will be already properly populated.

Line 853: Fnd_Msg_Pub.add_exc_msg

849: p_track_as_labor_flag := NULL ;
850: p_err_code := SQLCODE;
851: p_err_stack := p_err_stack || ' : ' || SUBSTRB(SQLERRM,1,100);
852:
853: Fnd_Msg_Pub.add_exc_msg
854: ( p_pkg_name => 'PA_GET_RESOURCE'
855: , p_procedure_name => 'Get_Resource_Information'
856: , p_error_text => p_err_stack);
857: RAISE;

Line 915: Fnd_Msg_Pub.add_exc_msg

911: p_resource_id := NULL ;
912: p_track_as_labor_flag := NULL ;
913:
914: p_err_stack := p_err_stack || ' : ' || SUBSTRB(SQLERRM,1,100);
915: Fnd_Msg_Pub.add_exc_msg
916: ( p_pkg_name => 'PA_GET_RESOURCE'
917: , p_procedure_name => 'Get_Uncateg_Resource_Info'
918: , p_error_text => p_err_stack);
919: -- 4537865 : End

Line 1001: Fnd_Msg_Pub.add_exc_msg

997: p_resource_list_member_id := NULL;
998: p_track_as_labor_flag := NULL;
999: p_err_stack := p_err_stack || ': ' || SUBSTRB(SQLERRM,1,100);
1000:
1001: Fnd_Msg_Pub.add_exc_msg
1002: ( p_pkg_name => 'PA_GET_RESOURCE'
1003: , p_procedure_name => 'Get_Unclassified_Member'
1004: , p_error_text => p_err_stack);
1005: -- 4537865 : ENd

Line 1060: Fnd_Msg_Pub.add_exc_msg

1056: p_track_as_labor_flag := NULL ;
1057: p_unit_of_measure := NULL ;
1058: p_rollup_quantity_flag := NULL ;
1059: p_err_stack := p_err_stack || ' : ' || SUBSTRB(SQLERRM,1,100);
1060: Fnd_Msg_Pub.add_exc_msg
1061: ( p_pkg_name => 'PA_GET_RESOURCE'
1062: , p_procedure_name => 'Get_Unclassified_Resource'
1063: , p_error_text => p_err_stack);
1064: -- 4537865 : End