DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PER_PERSON_TYPES

Line 8368: PER_PERSON_TYPES PTYPE

8364: select PPL.person_id
8365: into L_PERSONIDTAB(J)
8366: from PER_PEOPLE_F PPL,
8367: PER_ASSIGNMENTS_f ASGN ,
8368: PER_PERSON_TYPES PTYPE
8369: where
8370: ASGN.VENDOR_ID = l_VendorIdTab(j)
8371: and PPL.PERSON_ID = ASGN.PERSON_ID
8372: and PTYPE.PERSON_TYPE_ID = PPL.PERSON_TYPE_ID