DBA Data[Home] [Help]

APPS.WSH_INV_INTEGRATION_GRP dependencies on WSH_REPORT_PRINTERS_V

Line 22: from wsh_report_printers_v wrp

18: --
19: CURSOR c_orgsub_printer (v_organization_id IN NUMBER ,
20: v_subinventory in VARCHAR2 ) IS
21: select printer_name
22: from wsh_report_printers_v wrp
23: where wrp.level_type_id = '10006'
24: and application_id = 665
25: and concurrent_program_id = (
26: select concurrent_program_id from

Line 39: from wsh_report_printers_v wrp

35: 'Y' ,1 , 2 ) ;
36:
37: CURSOR c_org_printer (v_organization_id IN NUMBER ) IS
38: select printer_name
39: from wsh_report_printers_v wrp
40: where wrp.level_type_id = '10008'
41: and application_id = 665
42: and concurrent_program_id = (
43: select concurrent_program_id from