DBA Data[Home] [Help]

PACKAGE: APPS.PN_EXP_TO_EAM_PVT

Source


1 PACKAGE  PN_EXP_TO_EAM_PVT as
2 /* $Header: PNXPEAMS.pls 120.2 2007/08/10 06:22:38 hrodda ship $ */
3 
4 
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,
14             p_owning_department_id  IN mtl_serial_numbers.owning_department_id%TYPE,
15             p_maintainable_flag     IN mtl_serial_numbers.maintainable_flag%TYPE);
16 
17 END PN_EXP_TO_EAM_PVT;