If I want to delete a line of data in say an update rule start routine, I can write for example the following:
DELETE DATA_PACKAGE WHERE <field> NE 'ABC'.
I am wondering if I can write the same in an info package and if so rather than DATA_PACKAGE what should I be referencing? Thanks