DBA Data[Home] [Help]

APPS.PA_MASS_ASGMT_TRX dependencies on WF_CORE

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

1223: -- 4537865 : Need to ask Rajnish whether p_result to be set as NONE
1224: p_result := 'NONE' ; -- In case of Unexpected Error,No Notification will be sent. Simply Exception will be RAISED.
1225:
1226: -- Included as per discussion with Rajnish : 4537865
1227: Wf_Core.Context('pa_mass_asgmt_trx','start_mass_asgmt_trx_wf',p_item_type,p_item_key,to_char(p_actid),p_funcmode);
1228:
1229: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'pa_mass_asgmt_trx.start_mass_asgmt_trx_wf'
1230: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1231: RAISE;

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

2553: x_end_date := NULL ;
2554: x_project_id := NULL ;
2555: x_document := 'An Unexpected error has occured - ' || SUBSTRB(SQLERRM,1,240) ;
2556:
2557: WF_CORE.CONTEXT('pa_mass_asgmt_trx','mass_asgmt_autonomous_trx' ,p_item_type,p_item_key,to_char(p_actid),p_funcmode);
2558: -- End : 4537865
2559:
2560: ROLLBACK;
2561: RAISE;

Line 2704: 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);

2700: -- I havent reset value of p_result as this param is not assigned value anywhere in this API.
2701: -- The Workflow function (Start Apprvl WF If Required) doesnt expect any result type
2702:
2703: -- Included as per discussion with Rajnish : 4537865
2704: 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);
2705: RAISE ;
2706: END Start_Mass_Apprvl_WF_If_Req;
2707:
2708:

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

2758: -- I havent reset value of p_result as this param is not assigned value anywhere in this API.
2759: -- The Workflow function (Revert/Cancel Overcom Items) doesnt expect any result type
2760:
2761: -- Included as per discussion with Rajnish : 4537865
2762: Wf_Core.Context('pa_mass_asgmt_trx','Revert_Cancel_Overcom_Items',p_item_type,p_item_key,to_char(p_actid),p_funcmode);
2763: RAISE;
2764: END Revert_Cancel_Overcom_Items;
2765:
2766: --this function is not currently used.

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

2847: EXCEPTION
2848: WHEN OTHERS THEN
2849: -- p_result := 'NONE' ; No need for populating this value - Verified with the WF Function
2850: -- Included as per discussion with Rajnish : 4537865
2851: Wf_Core.Context('pa_mass_asgmt_trx','check_action_on_conflicts',p_item_type,p_item_key,to_char(p_actid),p_funcmode);
2852: RAISE ;
2853: END check_action_on_conflicts;
2854:
2855: --this API is called in case response required workflow notifications time out.

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

2885: -- I havent reset value of p_result as this param is not assigned value anywhere in this API.
2886: -- The Workflow function (Cancel Mass Transaction) doesnt expect any result type
2887:
2888: -- Included as per discussion with Rajnish : 4537865
2889: Wf_Core.Context('pa_mass_asgmt_trx','Cancel_Mass_Trx_WF',p_item_type,p_item_key,to_char(p_actid),p_funcmode);
2890: -- 4537865 : End
2891: RAISE;
2892:
2893: END;

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

3012: -- I havent reset value of p_result as this param is not assigned value anywhere in this API.
3013: -- The Workflow function (Abort Remaining Transactions) doesnt expect any result type
3014:
3015: -- Included as per discussion with Rajnish : 4537865
3016: Wf_Core.Context('pa_mass_asgmt_trx','Abort_Remaining_Trx',p_item_type,p_item_key,to_char(p_actid),p_funcmode);
3017: -- 4537865 : End
3018:
3019: RAISE;
3020:

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

3059: -- I havent reset value of p_result as this param is not assigned value anywhere in this API.
3060: -- The Workflow function (Set Submitter User Name) doesnt expect any result type
3061:
3062: -- Included as per discussion with Rajnish : 4537865
3063: Wf_Core.Context('pa_mass_asgmt_trx','Set_Submitter_User_Name',p_item_type,p_item_key,to_char(p_actid),p_funcmode);
3064: RAISE;
3065:
3066: END;
3067:

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

3096:
3097: document := 'An Unexpected Error has occured - ' || SUBSTRB(SQLERRM,1,240) ;
3098: document_type := l_original_document_type ;
3099:
3100: WF_CORE.CONTEXT('pa_mass_asgmt_trx','Display_Updated_Attributes' );
3101: RAISE ;
3102: END;
3103:
3104: FUNCTION get_translated_attr_name (p_lookup_code IN VARCHAR2)