DBA Data[Home] [Help]

APPS.GHR_MTI_INT dependencies on PER_ASSIGNMENT_STATUS_TYPES

Line 421: from PER_ASSIGNMENT_STATUS_TYPES

417: ----Added for Assignment_status_type_id --AVR
418:
419: cursor cur_asg_type is
420: select ASSIGNMENT_STATUS_TYPE_ID
421: from PER_ASSIGNMENT_STATUS_TYPES
422: where ASSIGNMENT_STATUS_TYPE_ID < 10
423: and user_status like '%Accepted%'
424: and business_group_id is null;
425: