DBA Data[Home] [Help]

APPS.PER_SPINAL_PT_PLCMT_PKG dependencies on FND_SESSIONS

Line 638: fnd_sessions ses

634: cursor c_derive_info is
635: select asg.business_group_id,
636: ses.effective_date
637: from per_assignments_f asg,
638: fnd_sessions ses
639: where asg.assignment_id = p_ass_id
640: and ses.session_id = userenv('SESSIONID')
641: and ses.effective_date between
642: asg.effective_start_date and asg.effective_end_date;