DBA Data[Home] [Help]

APPS.WF_PREF dependencies on WF_RESOURCES_PKG

Line 751: Wf_Resources_Pkg.Update_Row(

747: Wf_Event_Html.Validate_System_Name(p_system_name, l_sguid);
748:
749: -- update the local system guid
750: begin
751: Wf_Resources_Pkg.Update_Row(
752: x_type=>'WFTKN',
753: x_name=>'WF_SYSTEM_GUID',
754: x_protect_level=>0,
755: x_custom_level=>0,

Line 761: Wf_Resources_Pkg.Insert_Row(

757: x_text=>rawtohex(l_sguid)
758: );
759: exception
760: when NO_DATA_FOUND then
761: Wf_Resources_Pkg.Insert_Row(
762: x_rowid=>rowid,
763: x_type=>'WFTKN',
764: x_name=>'WF_SYSTEM_GUID',
765: x_protect_level=>0,

Line 775: Wf_Resources_Pkg.Update_Row(

771: end if;
772:
773: -- update the local system status
774: begin
775: Wf_Resources_Pkg.Update_Row(
776: x_type=>'WFTKN',
777: x_name=>'WF_SYSTEM_STATUS',
778: x_protect_level=>0,
779: x_custom_level=>0,

Line 785: Wf_Resources_Pkg.Insert_Row(

781: x_text=>p_system_status
782: );
783: exception
784: when NO_DATA_FOUND then
785: Wf_Resources_Pkg.Insert_Row(
786: x_rowid=>rowid,
787: x_type=>'WFTKN',
788: x_name=>'WF_SYSTEM_STATUS',
789: x_protect_level=>0,