DBA Data[Home] [Help]

APPS.WF_LOAD dependencies on WF_ACTIVITIES_PKG

Line 1287: Wf_Activities_Pkg.Insert_Row(

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

Line 1317: Wf_Activities_Pkg.Insert_Row(

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