DBA Data[Home] [Help]

APPS.WF_LOAD dependencies on WF_ACTIVITIES_PKG

Line 1288: Wf_Activities_Pkg.Insert_Row(

1284: -- and ending at the end_date of the old version covering x_effective_date.
1285: if (noinsert <= 0) then
1286: if (x_event_filter is null and x_event_type = null) then
1287:
1288: Wf_Activities_Pkg.Insert_Row(
1289: x_rowid => row_id,
1290: x_item_type => x_item_type,
1291: x_name => x_name,
1292: x_version => new_version,

Line 1318: Wf_Activities_Pkg.Insert_Row(

1314: );
1315:
1316: else
1317:
1318: Wf_Activities_Pkg.Insert_Row(
1319: x_rowid => row_id,
1320: x_item_type => x_item_type,
1321: x_name => x_name,
1322: x_version => new_version,