DBA Data[Home] [Help]

APPS.WSH_INV_INTEGRATION_GRP dependencies on WSH_REPORT_PRINTERS_V

Line 30: from wsh_report_printers_v wrp

26: CURSOR c_orgsub_printer (v_organization_id IN NUMBER ,
27: v_subinventory in VARCHAR2 ,
28: v_concurrent_program_name in VARCHAR2) IS
29: select printer_name
30: from wsh_report_printers_v wrp
31: where wrp.level_type_id = '10006'
32: and application_id = 665
33: and concurrent_program_id = (
34: select concurrent_program_id from

Line 47: from wsh_report_printers_v wrp

43: 'Y' ,1 , 2 ) ;
44:
45: CURSOR c_org_printer (v_organization_id IN NUMBER,v_concurrent_program_name in VARCHAR2 ) IS
46: select printer_name
47: from wsh_report_printers_v wrp
48: where wrp.level_type_id = '10008'
49: and application_id = 665
50: and concurrent_program_id = (
51: select concurrent_program_id from