DBA Data[Home] [Help]

APPS.WF_LOAD dependencies on WF_MESSAGES_PKG

Line 753: Wf_Messages_Pkg.Update_Row(

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

Line 783: Wf_Messages_Pkg.Insert_Row(

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

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

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