DBA Data[Home] [Help]

APPS.WF_LOAD dependencies on WF_MESSAGES_PKG

Line 754: Wf_Messages_Pkg.Update_Row(

750: return;
751: end if;
752:
753: -- Update existing row
754: Wf_Messages_Pkg.Update_Row(
755: x_type => x_type,
756: x_name => x_name,
757: x_protect_level => x_protect_level,
758: x_custom_level => x_custom_level,

Line 784: Wf_Messages_Pkg.Insert_Row(

780: return;
781: end if;
782:
783: -- Insert new row
784: Wf_Messages_Pkg.Insert_Row(
785: x_rowid => row_id,
786: x_type => x_type,
787: x_name => x_name,
788: x_protect_level => x_protect_level,

Line 2638: Wf_Messages_Pkg.Delete_Row(x_type => x_type, x_name => x_name);

2634: -- Bad row found. Raise exception back to loader.
2635: raise fk_violation;
2636: end;
2637:
2638: Wf_Messages_Pkg.Delete_Row(x_type => x_type, x_name => x_name);
2639:
2640: exception
2641: when NO_DATA_FOUND then
2642: null;