DBA Data[Home] [Help]

APPS.FEM_ADMIN_UTIL_PKG dependencies on FEM_PB_PARAMETERS

Line 1580: DELETE FROM fem_pb_parameters p

1576: -- Delete Object ID-specific process behavior parameter assignments for the
1577: -- current object.
1578: -- --------------------------------------------------------------------------
1579:
1580: DELETE FROM fem_pb_parameters p
1581: WHERE object_id = p_object_id;
1582:
1583: IF (p_commit = c_true) THEN
1584: COMMIT;