DBA Data[Home] [Help]

APPS.WF_EVENT_HTML dependencies on WF_AGENTS_PKG

Line 4105: Wf_Agents_Pkg.Update_Row (

4101: if (h_guid is not null) then
4102: l_guid := hextoraw(h_guid);
4103:
4104: -- update
4105: Wf_Agents_Pkg.Update_Row (
4106: X_GUID=>l_guid,
4107: X_NAME=>upper(h_name),
4108: X_SYSTEM_GUID=>l_system_guid,
4109: X_PROTOCOL=>h_protocol,

Line 4123: Wf_Agents_Pkg.Insert_Row (

4119: else
4120: l_guid := sys_guid();
4121:
4122: -- insert
4123: Wf_Agents_Pkg.Insert_Row (
4124: X_ROWID=>row_id,
4125: X_GUID=>l_guid,
4126: X_NAME=>upper(h_name),
4127: X_SYSTEM_GUID=>l_system_guid,

Line 4767: Wf_Agents_Pkg.Delete_Row(h_guid);

4763: h_guid in raw default null)
4764: is
4765: begin
4766: if (isDeletable(h_guid, 'AGENT')) then
4767: Wf_Agents_Pkg.Delete_Row(h_guid);
4768: end if;
4769:
4770: -- go back to ListAgents
4771: htp.p('