DBA Data[Home] [Help]

APPS.ENG_WORKFLOW_API_PKG dependencies on STANDARD

Line 896: l_doc_params qa_edr_standard.params_tbl_type;

892:
893: l_doc_id number;
894: l_error number;
895: l_error_msg varchar2(4000);
896: l_doc_params qa_edr_standard.params_tbl_type;
897: l_sig_id number;
898: l_notification_result varchar2(1000);
899: l_ret_status varchar2(30);
900: l_msg_count number;

Line 913: l_parameters qa_edr_standard.Params_tbl_type;

909: l_autonomous_commit VARCHAR2(1);
910:
911: l_eres_doc NUMBER;
912:
913: l_parameters qa_edr_standard.Params_tbl_type;
914: l_sign_params qa_edr_standard.Params_tbl_type;
915:
916: BEGIN
917: IF P_FUNCMODE ='RUN' THEN

Line 914: l_sign_params qa_edr_standard.Params_tbl_type;

910:
911: l_eres_doc NUMBER;
912:
913: l_parameters qa_edr_standard.Params_tbl_type;
914: l_sign_params qa_edr_standard.Params_tbl_type;
915:
916: BEGIN
917: IF P_FUNCMODE ='RUN' THEN
918:

Line 951: qa_edr_standard.open_Document (

947:
948:
949: /***** opendocument ******/
950:
951: qa_edr_standard.open_Document (
952: p_api_version => 1.0,
953: p_init_msg_list => 'T',
954: p_commit => 'FALSE',
955: x_return_status => l_return_status,

Line 981: qa_edr_standard.Post_DocumentParameters (

977: l_parameters(2).param_value:= l_change_notice;
978: l_parameters(2).param_displayname:=NULL;
979:
980: /******** postDocumentParameter ************/
981: qa_edr_standard.Post_DocumentParameters (
982: p_api_version => 1.0,
983: p_init_msg_list => 'T',
984: p_commit => 'FALSE',
985: x_return_status => l_return_status,

Line 1040: qa_edr_standard.Request_Signature (

1036: ELSE
1037: l_user_response := 'Rejected';
1038: END IF;
1039:
1040: qa_edr_standard.Request_Signature (
1041: p_api_version => 1.0,
1042: p_init_msg_list => 'T',
1043: p_commit => 'FALSE',
1044: x_return_status => l_return_status,

Line 1054: qa_edr_standard.Post_Signature (

1050: P_OVERRIDING_COMMENT => NULL,
1051: x_signature_id => l_sig_id
1052: );
1053:
1054: qa_edr_standard.Post_Signature (
1055: p_api_version => 1.0,
1056: p_init_msg_list => 'T',
1057: p_commit => 'FALSE',
1058: x_return_status => l_return_status,

Line 1070: qa_edr_standard.Post_SignatureParameters (

1066: P_OVERRIDING_COMMENT => NULL,
1067: x_signature_id => l_sig_id
1068: );
1069:
1070: qa_edr_standard.Post_SignatureParameters (
1071: p_api_version => 1.0,
1072: p_init_msg_list => 'T',
1073: p_commit => 'FALSE',
1074: x_return_status => l_return_status,

Line 1162: p_xmldoc := ecx_standard.GENERATE(p_event_name => 'oracle.apps.eng.ecoApproval',

1158: p_parameterlist => i_param_list);
1159:
1160: wf_event.AddParameterToList('ECX_DOCUMENT_ID', X_change_id,i_param_list);
1161:
1162: p_xmldoc := ecx_standard.GENERATE(p_event_name => 'oracle.apps.eng.ecoApproval',
1163: p_event_key => X_change_id,
1164: p_parameter_list => i_param_list
1165: ) ;
1166:

Line 1217: -- Standard Voting Function

1213:
1214: END Get_ERES_Attributes;
1215:
1216: -- VoteForResultType
1217: -- Standard Voting Function
1218: -- IN
1219: -- itemtype - A valid item type from (WF_ITEM_TYPES table).
1220: -- itemkey - A string generated from the application object's primary key.
1221: -- actid - The process activity(instance id).

Line 1240: -- - been cast then the standard timeout

1236: -- - percentage ofvotes cast.
1237: --
1238: -- - REQUIRE_ALL_VOTES - Evaluate voting after all votes are cast.
1239: -- - If a Timeout occurs and all votes have not
1240: -- - been cast then the standard timeout
1241: -- - transition is taken. Votes are calculated
1242: -- - as a percenatage of users notified to vote.
1243: --
1244: -- - TALLY_ON_EVERY_VOTE - Evaluate voting after every vote or a

Line 1254: -- - The standard Activity VOTEFORRESULTTYPE has the WFSTD_YES_NO

1250: -- - of votes cast.
1251: --
1252: -- "One attribute for each of the activities result type codes"
1253: --
1254: -- - The standard Activity VOTEFORRESULTTYPE has the WFSTD_YES_NO
1255: -- - result type assigned.
1256: -- - Thefore activity has two activity attributes.
1257: --
1258: -- Y - Percenatage required for Yes transition

Line 1332: Wf_Core.Token('OPERATION', 'Wf_Standard.VotForResultType');

1328: end if;
1329:
1330: -- SYNCHMODE: Not allowed
1331: if (itemkey = wf_engine.eng_synch) then
1332: Wf_Core.Token('OPERATION', 'Wf_Standard.VotForResultType');
1333: Wf_Core.Raise('WFENG_SYNCH_DISABLED');
1334: end if;
1335:
1336: -- Get Notifications group_id for activity

Line 1447: Wf_Core.Context('Wf_Standard', 'VoteForResultType', itemtype,

1443:
1444: return;
1445: exception
1446: when wf_invalid_command then
1447: Wf_Core.Context('Wf_Standard', 'VoteForResultType', itemtype,
1448: itemkey, to_char(actid), funcmode);
1449: Wf_Core.Token('COMMAND', l_voting_option);
1450: Wf_Core.Raise('WFSQL_COMMAND');
1451: when others then

Line 1452: Wf_Core.Context('Wf_Standard', 'VoteForResultType',itemtype,

1448: itemkey, to_char(actid), funcmode);
1449: Wf_Core.Token('COMMAND', l_voting_option);
1450: Wf_Core.Raise('WFSQL_COMMAND');
1451: when others then
1452: Wf_Core.Context('Wf_Standard', 'VoteForResultType',itemtype,
1453: itemkey, to_char(actid), funcmode);
1454: raise;
1455: end VoteForResultType;
1456:

Line 1499: QA_EDR_STANDARD.Close_Document (

1495: aname => 'DOC_ID');
1496: l_Event_Key := wf_engine.GETITEMATTRNUMBER(itemtype => p_itemtype,
1497: itemkey => p_itemkey,
1498: aname => 'CHANGE_ID');
1499: QA_EDR_STANDARD.Close_Document (
1500: p_api_version => 1.0,
1501: p_init_msg_list => 'T',
1502: p_commit => 'FALSE',
1503: x_return_status => l_return_status,

Line 1524: QA_EDR_STANDARD.SEND_ACKN

1520: END IF;
1521:
1522: IF l_send_ackn = TRUE
1523: then
1524: QA_EDR_STANDARD.SEND_ACKN
1525: (p_api_version => 1.0
1526: ,p_init_msg_list => 'T'
1527: ,x_return_status => l_return_status
1528: ,x_msg_count => l_msg_count