DBA Data[Home] [Help]

APPS.WF_EVENT_HTML dependencies on WF_EVENT_SUBSCRIPTIONS_PKG

Line 4246: Wf_Event_Subscriptions_Pkg.Update_Row (

4242: if (h_guid is not null) then
4243: l_guid := hextoraw(h_guid);
4244:
4245: -- update
4246: Wf_Event_Subscriptions_Pkg.Update_Row (
4247: X_GUID=>l_guid,
4248: X_SYSTEM_GUID=>l_sysguid,
4249: X_SOURCE_TYPE=>h_source_type,
4250: X_SOURCE_AGENT_GUID=>l_fagnguid,

Line 4271: Wf_Event_Subscriptions_Pkg.Insert_Row (

4267: else
4268: l_guid := sys_guid();
4269:
4270: -- insert
4271: Wf_Event_Subscriptions_Pkg.Insert_Row (
4272: X_ROWID=>row_id,
4273: X_GUID=>l_guid,
4274: X_SYSTEM_GUID=>l_sysguid,
4275: X_SOURCE_TYPE=>h_source_type,

Line 4794: Wf_Event_Subscriptions_Pkg.Delete_Row(h_guid);

4790: h_guid in raw default null)
4791: is
4792: begin
4793: if (isDeletable(h_guid, 'SUBSCRIPTION')) then
4794: Wf_Event_Subscriptions_Pkg.Delete_Row(h_guid);
4795: end if;
4796:
4797: -- go back to ListSubscriptions
4798: htp.p('