DBA Data[Home] [Help]

APPS.WF_LOAD dependencies on WF_ITEM_ATTRIBUTES_PKG

Line 346: Wf_Item_Attributes_Pkg.Update_Row(

342: newseq => x_sequence);
343: end if;
344:
345: -- Update existing row
346: Wf_Item_Attributes_Pkg.Update_Row(
347: x_item_type => x_item_type,
348: x_name => x_name,
349: x_sequence => x_sequence,
350: x_type => x_type,

Line 392: Wf_Item_Attributes_Pkg.Insert_Row(

388: newseq => x_sequence);
389: end if;
390:
391: -- Insert new row
392: Wf_Item_Attributes_Pkg.Insert_Row(
393: x_rowid => row_id,
394: x_item_type => x_item_type,
395: x_name => x_name,
396: x_sequence => x_sequence,

Line 2516: Wf_Item_Attributes_Pkg.Delete_Row(

2512: x_level_error := 2;
2513: return;
2514: end if;
2515:
2516: Wf_Item_Attributes_Pkg.Delete_Row(
2517: x_item_type => x_item_type,
2518: x_name => x_name);
2519:
2520: exception