DBA Data[Home] [Help]

APPS.IGS_SC_BULK_ASSIGN dependencies on HZ_RELATIONSHIPS

Line 284: from HZ_RELATIONSHIPS

280: AND partition_id=0 ; -- non registered orig systems are stored in partion 0
281:
282: CURSOR DUP_ORGUNIT_CHECK_C(PrsnId NUMBER,OrgId NUMBER,RelCode VARCHAR2,DFLAG VARCHAR2) IS
283: Select 1
284: from HZ_RELATIONSHIPS
285: WHERE
286: SUBJECT_ID = PrsnId AND
287: OBJECT_ID = OrgId AND
288: object_type = 'ORGANIZATION' AND