DBA Data[Home] [Help]

APPS.PN_EXP_TO_EAM_PVT dependencies on PN_LOCATIONS_ALL

Line 9: p_locn_code_from IN pn_locations_all.location_code%TYPE,

5: PROCEDURE export_location_to_eam (
6: errbuf OUT NOCOPY VARCHAR2,
7: retcode OUT NOCOPY VARCHAR2,
8: p_batch_name IN VARCHAR2,
9: p_locn_code_from IN pn_locations_all.location_code%TYPE,
10: p_locn_code_to IN pn_locations_all.location_code%TYPE,
11: p_locn_type IN pn_locations_all.location_type_lookup_code%TYPE,
12: p_organization_id IN mtl_serial_numbers.current_organization_id%TYPE,
13: p_inventory_item_id IN mtl_serial_numbers.inventory_item_id%TYPE,

Line 10: p_locn_code_to IN pn_locations_all.location_code%TYPE,

6: errbuf OUT NOCOPY VARCHAR2,
7: retcode OUT NOCOPY VARCHAR2,
8: p_batch_name IN VARCHAR2,
9: p_locn_code_from IN pn_locations_all.location_code%TYPE,
10: p_locn_code_to IN pn_locations_all.location_code%TYPE,
11: p_locn_type IN pn_locations_all.location_type_lookup_code%TYPE,
12: p_organization_id IN mtl_serial_numbers.current_organization_id%TYPE,
13: p_inventory_item_id IN mtl_serial_numbers.inventory_item_id%TYPE,
14: p_owning_department_id IN mtl_serial_numbers.owning_department_id%TYPE,

Line 11: p_locn_type IN pn_locations_all.location_type_lookup_code%TYPE,

7: retcode OUT NOCOPY VARCHAR2,
8: p_batch_name IN VARCHAR2,
9: p_locn_code_from IN pn_locations_all.location_code%TYPE,
10: p_locn_code_to IN pn_locations_all.location_code%TYPE,
11: p_locn_type IN pn_locations_all.location_type_lookup_code%TYPE,
12: p_organization_id IN mtl_serial_numbers.current_organization_id%TYPE,
13: p_inventory_item_id IN mtl_serial_numbers.inventory_item_id%TYPE,
14: p_owning_department_id IN mtl_serial_numbers.owning_department_id%TYPE,
15: p_maintainable_flag IN mtl_serial_numbers.maintainable_flag%TYPE);