[Home] [Help]
126: ,x_property_id
127: ,x_property_code
128: ,x_org_id);
129: IF (l_return_status IS NOT NULL) THEN
130: APP_EXCEPTION.Raise_Exception;
131: END IF;
132:
133: /* Select the nextval for Property Id */
134: IF ( X_PROPERTY_ID IS NULL) THEN