DBA Data[Home] [Help]

APPS.PA_MASS_ASGMT_TRX dependencies on WF_CORE

Line 1170: Wf_Core.Context('pa_mass_asgmt_trx','start_mass_asgmt_trx_wf',p_item_type,p_item_key,to_char(p_actid),p_funcmode);

1166: -- 4537865 : Need to ask Rajnish whether p_result to be set as NONE
1167: p_result := 'NONE' ; -- In case of Unexpected Error,No Notification will be sent. Simply Exception will be RAISED.
1168:
1169: -- Included as per discussion with Rajnish : 4537865
1170: Wf_Core.Context('pa_mass_asgmt_trx','start_mass_asgmt_trx_wf',p_item_type,p_item_key,to_char(p_actid),p_funcmode);
1171:
1172: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'pa_mass_asgmt_trx.start_mass_asgmt_trx_wf'
1173: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1174: RAISE;

Line 2500: WF_CORE.CONTEXT('pa_mass_asgmt_trx','mass_asgmt_autonomous_trx' ,p_item_type,p_item_key,to_char(p_actid),p_funcmode);

2496: x_end_date := NULL ;
2497: x_project_id := NULL ;
2498: x_document := 'An Unexpected error has occured - ' || SUBSTRB(SQLERRM,1,240) ;
2499:
2500: WF_CORE.CONTEXT('pa_mass_asgmt_trx','mass_asgmt_autonomous_trx' ,p_item_type,p_item_key,to_char(p_actid),p_funcmode);
2501: -- End : 4537865
2502:
2503: ROLLBACK;
2504: RAISE;

Line 2645: Wf_Core.Context('pa_mass_asgmt_trx','Start_Mass_Apprvl_WF_If_Req',p_item_type,p_item_key,to_char(p_actid),p_funcmode);

2641: -- I havent reset value of p_result as this param is not assigned value anywhere in this API.
2642: -- The Workflow function (Start Apprvl WF If Required) doesnt expect any result type
2643:
2644: -- Included as per discussion with Rajnish : 4537865
2645: Wf_Core.Context('pa_mass_asgmt_trx','Start_Mass_Apprvl_WF_If_Req',p_item_type,p_item_key,to_char(p_actid),p_funcmode);
2646: RAISE ;
2647: END Start_Mass_Apprvl_WF_If_Req;
2648:
2649:

Line 2703: Wf_Core.Context('pa_mass_asgmt_trx','Revert_Cancel_Overcom_Items',p_item_type,p_item_key,to_char(p_actid),p_funcmode);

2699: -- I havent reset value of p_result as this param is not assigned value anywhere in this API.
2700: -- The Workflow function (Revert/Cancel Overcom Items) doesnt expect any result type
2701:
2702: -- Included as per discussion with Rajnish : 4537865
2703: Wf_Core.Context('pa_mass_asgmt_trx','Revert_Cancel_Overcom_Items',p_item_type,p_item_key,to_char(p_actid),p_funcmode);
2704: RAISE;
2705: END Revert_Cancel_Overcom_Items;
2706:
2707: --this function is not currently used.

Line 2792: Wf_Core.Context('pa_mass_asgmt_trx','check_action_on_conflicts',p_item_type,p_item_key,to_char(p_actid),p_funcmode);

2788: EXCEPTION
2789: WHEN OTHERS THEN
2790: -- p_result := 'NONE' ; No need for populating this value - Verified with the WF Function
2791: -- Included as per discussion with Rajnish : 4537865
2792: Wf_Core.Context('pa_mass_asgmt_trx','check_action_on_conflicts',p_item_type,p_item_key,to_char(p_actid),p_funcmode);
2793: RAISE ;
2794: END check_action_on_conflicts;
2795:
2796: --this API is called in case response required workflow notifications time out.

Line 2830: Wf_Core.Context('pa_mass_asgmt_trx','Cancel_Mass_Trx_WF',p_item_type,p_item_key,to_char(p_actid),p_funcmode);

2826: -- I havent reset value of p_result as this param is not assigned value anywhere in this API.
2827: -- The Workflow function (Cancel Mass Transaction) doesnt expect any result type
2828:
2829: -- Included as per discussion with Rajnish : 4537865
2830: Wf_Core.Context('pa_mass_asgmt_trx','Cancel_Mass_Trx_WF',p_item_type,p_item_key,to_char(p_actid),p_funcmode);
2831: -- 4537865 : End
2832: RAISE;
2833:
2834: END;

Line 2957: Wf_Core.Context('pa_mass_asgmt_trx','Abort_Remaining_Trx',p_item_type,p_item_key,to_char(p_actid),p_funcmode);

2953: -- I havent reset value of p_result as this param is not assigned value anywhere in this API.
2954: -- The Workflow function (Abort Remaining Transactions) doesnt expect any result type
2955:
2956: -- Included as per discussion with Rajnish : 4537865
2957: Wf_Core.Context('pa_mass_asgmt_trx','Abort_Remaining_Trx',p_item_type,p_item_key,to_char(p_actid),p_funcmode);
2958: -- 4537865 : End
2959:
2960: RAISE;
2961:

Line 3004: Wf_Core.Context('pa_mass_asgmt_trx','Set_Submitter_User_Name',p_item_type,p_item_key,to_char(p_actid),p_funcmode);

3000: -- I havent reset value of p_result as this param is not assigned value anywhere in this API.
3001: -- The Workflow function (Set Submitter User Name) doesnt expect any result type
3002:
3003: -- Included as per discussion with Rajnish : 4537865
3004: Wf_Core.Context('pa_mass_asgmt_trx','Set_Submitter_User_Name',p_item_type,p_item_key,to_char(p_actid),p_funcmode);
3005: RAISE;
3006:
3007: END;
3008:

Line 3041: WF_CORE.CONTEXT('pa_mass_asgmt_trx','Display_Updated_Attributes' );

3037:
3038: document := 'An Unexpected Error has occured - ' || SUBSTRB(SQLERRM,1,240) ;
3039: document_type := l_original_document_type ;
3040:
3041: WF_CORE.CONTEXT('pa_mass_asgmt_trx','Display_Updated_Attributes' );
3042: RAISE ;
3043: END;
3044:
3045: FUNCTION get_translated_attr_name (p_lookup_code IN VARCHAR2)