DBA Data[Home] [Help]

APPS.PQH_GSP_STAGE_TO_HR dependencies on BEN_OPT_F

Line 664: From Ben_opt_F

660: -- And information104 = 'UNLINK';
661: --
662: Cursor csr_ben_opt (p_opt_id in Number) Is
663: Select Mapping_Table_Pk_Id
664: From Ben_opt_F
665: Where opt_id = p_opt_id
666: and p_effective_date
667: between Effective_Start_Date and Effective_End_Date
668: and Mapping_table_name = 'PER_SPINAL_POINTS';