DBA Data[Home] [Help]

APPS.PQH_GSP_STAGE_TO_HR dependencies on BEN_OPT_F

Line 631: From Ben_opt_F

627: -- And information104 = 'UNLINK';
628: --
629: Cursor csr_ben_opt (p_opt_id in Number) Is
630: Select Mapping_Table_Pk_Id
631: From Ben_opt_F
632: Where opt_id = p_opt_id
633: and p_effective_date
634: between Effective_Start_Date and Effective_End_Date
635: and Mapping_table_name = 'PER_SPINAL_POINTS';