DBA Data[Home] [Help]

APPS.PSP_GENERAL dependencies on HR_SOFT_CODING_KEYFLEX

Line 468: hr_soft_coding_keyflex target,

464: GREATEST(assign.effective_start_date, low_date),
465: LEAST(assign.effective_end_date, high_date)
466: FROM pay_user_tables PUT,
467: pay_user_columns PUC,
468: hr_soft_coding_keyflex target,
469: per_all_assignments_f ASSIGN
470: WHERE PUC.USER_COLUMN_ID (+) = target.SEGMENT4
471: AND high_date >= ASSIGN.effective_start_date
472: AND low_date <= ASSIGN.effective_end_date