DBA Data[Home] [Help]

APPS.BIS_RSS_PORTLETS_PUB dependencies on BIS_RSS_PORTLETS_PUB

Line 1: PACKAGE BODY BIS_RSS_PORTLETS_PUB AS

1: PACKAGE BODY BIS_RSS_PORTLETS_PUB AS
2: /* $Header: BISPRSSB.pls 120.2 2005/11/03 12:53:09 serao noship $ */
3: /*
4: REM +=======================================================================+
5: REM | Copyright (c) 2004 Oracle Corporation, Redwood Shores, CA, USA |

Line 25: ,p_Rss_Portlet_Rec IN BIS_RSS_PORTLETS_PUB.Rss_Portlet_Type

21:
22:
23: PROCEDURE Load_Row(
24: p_Commit IN VARCHAR2
25: ,p_Rss_Portlet_Rec IN BIS_RSS_PORTLETS_PUB.Rss_Portlet_Type
26: ,x_Return_Status OUT NOCOPY VARCHAR2
27: ,x_Msg_Count OUT NOCOPY NUMBER
28: ,x_Msg_Data OUT NOCOPY VARCHAR2
29: )

Line 121: ,p_Rss_Portlet_Rec IN BIS_RSS_PORTLETS_PUB.Rss_Portlet_Type

117: END Load_Row;
118:
119: PROCEDURE Translate_Row (
120: p_Commit IN VARCHAR2
121: ,p_Rss_Portlet_Rec IN BIS_RSS_PORTLETS_PUB.Rss_Portlet_Type
122: ,x_return_status OUT NOCOPY VARCHAR2
123: ,x_msg_count OUT NOCOPY NUMBER
124: ,x_msg_data OUT NOCOPY VARCHAR2
125: ) IS

Line 248: END BIS_RSS_PORTLETS_PUB;

244: );
245:
246: END Add_Language;
247:
248: END BIS_RSS_PORTLETS_PUB;