DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT dependencies on PER_EVENTS

Line 2370: PER_EVENTS

2366: del_ref_int_check
2367: DESCRIPTION
2368: Performs Referential Integrity Checks on the following tables
2369: For 'ZAP'
2370: PER_EVENTS
2371: PER_LETTER_REQUEST_LINES
2372: PAY_COST_ALLOCATIONS_F
2373: PER_ASSIGNMENT_EXTRA_INFO
2374: PAY_PERSONAL_PAYMENT_METHODS_F

Line 2382: PER_EVENTS

2378: PER_COBRA_COVERAGE_BENEFITS_F
2379: OTA_DELEGATE_BOOKINGS (per_ota_predel_validation.ota_predel_asg_validation)
2380:
2381: For 'END' (date effective delete)
2382: PER_EVENTS
2383: PER_LETTER_REQUEST_LINES
2384: PAY_COST_ALLOCATIONS_F
2385: PAY_PERSONAL_PAYMENT_METHODS_F
2386: PAY_ASSIGNMENT_ACTIONS

Line 2455: from PER_EVENTS

2451: into p_del_flag
2452: from sys.dual
2453: where exists (
2454: select null
2455: from PER_EVENTS
2456: where assignment_id = p_assignment_id
2457: and (p_mode = 'ZAP'
2458: or (p_mode = 'END'
2459: and date_start > p_end_date)));