Hi guys,

i have a question about the triggers that is the below condition

IF (:new.A_PARTY_TYPE IN ('ORB','OPB','OBL') OR ld.A_PARTY_TYPE IN ('ORB','OPB','OBL')) THEN

instead of passing the hardcoded parameters i want to pass the select statement like

SELECT VALUE FROM PARTY

can any one help me????

Thanks
Kiran.