DBA Data[Home] [Help]

PACKAGE: APPS.JTF_PHY_MEDIA_PVT

Source


1 PACKAGE JTF_PHY_MEDIA_PVT AS
2 /* $Header: JTFVDPMS.pls 120.2 2005/10/25 05:06:26 psanyal ship $ */
3 
4   G_API_VERSION CONSTANT NUMBER := 1.0;
5 
6   PROCEDURE get_media(
7     p_api_version       IN   NUMBER,
8     p_init_msg_list     IN VARCHAR2 := FND_API.G_FALSE,
9     x_return_status     OUT NOCOPY /* file.sql.39 change */ VARCHAR2,
10     x_msg_count         OUT NOCOPY /* file.sql.39 change */ NUMBER,
11     x_msg_data        OUT NOCOPY /* file.sql.39 change */ VARCHAR2,
12     p_pid               IN jtf_dsp_obj_lgl_ctnt.object_id%TYPE,
13     p_catgid            IN jtf_dsp_obj_lgl_ctnt.object_id%TYPE,
14     p_dcname            IN jtf_dsp_context_b.access_name%TYPE,
15     p_siteid            IN jtf_dsp_lgl_phys_map.msite_id%TYPE,
16     p_langcode          IN jtf_dsp_lgl_phys_map.language_code%TYPE,
17     x_filename          OUT NOCOPY /* file.sql.39 change */ jtf_amv_attachments.file_name%TYPE,
18     x_description       OUT NOCOPY /* file.sql.39 change */ jtf_amv_items_vl.description%TYPE,
19 
20     -- added by Guigen Zhang 04-04-2001 16:46
21     x_fileid            OUT NOCOPY /* file.sql.39 change */ jtf_amv_attachments.file_id%TYPE);
22 
23 END JTF_PHY_MEDIA_PVT;