DBA Data[Home] [Help]

APPS.WF_LOAD dependencies on WF_ITEM_ATTRIBUTES_PKG

Line 347: Wf_Item_Attributes_Pkg.Update_Row(

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

Line 393: Wf_Item_Attributes_Pkg.Insert_Row(

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

Line 2517: Wf_Item_Attributes_Pkg.Delete_Row(

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