DBA Data[Home] [Help]

APPS.INV_COPY_ORG_REPORT_PUB dependencies on INV_COPY_ORG_REPORT_PUB

Line 1: PACKAGE BODY Inv_Copy_Org_Report_Pub AS

1: PACKAGE BODY Inv_Copy_Org_Report_Pub AS
2: -- $Header: INVVCORB.pls 115.5 2002/05/16 14:40:55 pkm ship $
3: --+=======================================================================+
4: --| Copyright (c) 1998 Oracle Corporation |
5: --| Redwood Shores, CA, USA |

Line 60: ( 'Inv_Copy_Org_Report_Pub', 'Purge_Reports_Data' );

56: IF
57: FND_MSG_PUB.Check_Msg_Level( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR )
58: THEN
59: FND_MSG_PUB.Add_Exc_Msg
60: ( 'Inv_Copy_Org_Report_Pub', 'Purge_Reports_Data' );
61: END IF;
62:
63: x_errbuf := FND_MSG_PUB.Get( p_encoded => FND_API.G_FALSE );
64: x_retcode := 2;

Line 155: ( 'Inv_Copy_Org_Report_Pub', 'Purge_Reports_Data' );

151: IF
152: FND_MSG_PUB.Check_Msg_Level( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR )
153: THEN
154: FND_MSG_PUB.Add_Exc_Msg
155: ( 'Inv_Copy_Org_Report_Pub', 'Purge_Reports_Data' );
156: END IF;
157:
158: x_errbuf := FND_MSG_PUB.Get( p_encoded => FND_API.G_FALSE );
159: x_retcode := 2;

Line 246: END Inv_Copy_Org_Report_Pub;

242: RETURN request_id;
243:
244: END submit_report_conc_req;
245:
246: END Inv_Copy_Org_Report_Pub;