DBA Data[Home] [Help]

APPS.PAY_CALC_HOURS_WORKED SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 155

        SELECT hr_general.decode_lookup('FREQUENCY', ASSIGN.frequency)
               ,ASSIGN.normal_hours
        FROM  per_all_assignments_f         ASSIGN
        where date_earned
            BETWEEN ASSIGN.effective_start_date
        AND ASSIGN.effective_end_date
        and     ASSIGN.assignment_id = p_assignment_id;
Line: 164

       select ORG_INFORMATION9
       from hr_organization_information
       where org_information_context = 'Business Group Information'
       and organization_id = p_business_group_id;