DBA Data[Home] [Help]

APPS.WIP_DIAG_DATA_COLL dependencies on WIP_EMPLOYEE_LABOR_RATES

Line 5495: FROM wip_employee_labor_rates wipl

5491: l_count := 0 ;
5492:
5493: SELECT count(wipl.employee_id)
5494: into l_count
5495: FROM wip_employee_labor_rates wipl
5496: WHERE wipl.organization_id = p_org_id ;
5497:
5498: JTF_DIAGNOSTIC_COREAPI.BRPrint ;
5499: JTF_DIAGNOSTIC_COREAPI.Tab2Print('There are ' || l_count || ' employees defined');

Line 5877: JTF_DIAGNOSTIC_COREAPI.SectionPrint('WIP Employee Labor Rates Definition') ;

5873: JTF_DIAGNOSTIC_COREAPI.SectionPrint('Operation moves with Pending Move Transactions') ;
5874: checkOpMove;
5875: JTF_DIAGNOSTIC_COREAPI.BRPrint ;
5876:
5877: JTF_DIAGNOSTIC_COREAPI.SectionPrint('WIP Employee Labor Rates Definition') ;
5878: checkEmpRate;
5879: JTF_DIAGNOSTIC_COREAPI.BRPrint ;
5880:
5881: -- JTF_DIAGNOSTIC_COREAPI.SectionPrint('WIP Accounting Classes Setup') ;