DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT dependencies on PER_EVENTS

Line 2407: PER_EVENTS

2403: del_ref_int_check
2404: DESCRIPTION
2405: Performs Referential Integrity Checks on the following tables
2406: For 'ZAP'
2407: PER_EVENTS
2408: PER_LETTER_REQUEST_LINES
2409: PAY_COST_ALLOCATIONS_F
2410: PER_ASSIGNMENT_EXTRA_INFO
2411: PAY_PERSONAL_PAYMENT_METHODS_F

Line 2419: PER_EVENTS

2415: PER_COBRA_COVERAGE_BENEFITS_F
2416: OTA_DELEGATE_BOOKINGS (per_ota_predel_validation.ota_predel_asg_validation)
2417:
2418: For 'END' (date effective delete)
2419: PER_EVENTS
2420: PER_LETTER_REQUEST_LINES
2421: PAY_COST_ALLOCATIONS_F
2422: PAY_PERSONAL_PAYMENT_METHODS_F
2423: PAY_ASSIGNMENT_ACTIONS

Line 2492: from PER_EVENTS

2488: into p_del_flag
2489: from sys.dual
2490: where exists (
2491: select null
2492: from PER_EVENTS
2493: where assignment_id = p_assignment_id
2494: and (p_mode = 'ZAP'
2495: or (p_mode = 'END'
2496: and date_start > p_end_date)));