DBA Data[Home] [Help]

APPS.INV_COPY_ORG_REPORT_PUB dependencies on FND_API

Line 63: x_errbuf := FND_MSG_PUB.Get( p_encoded => FND_API.G_FALSE );

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;
65:
66: END purge_interface_data;
67:

Line 158: x_errbuf := FND_MSG_PUB.Get( p_encoded => FND_API.G_FALSE );

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;
160:
161: END purge_reports_data;
162: