DBA Data[Home] [Help]

APPS.INV_COPY_ORG_REPORT_PUB dependencies on FND_MSG_PUB

Line 57: FND_MSG_PUB.Check_Msg_Level( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR )

53:
54: WHEN OTHERS THEN
55:
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;

Line 59: FND_MSG_PUB.Add_Exc_Msg

55:
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 );

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 152: FND_MSG_PUB.Check_Msg_Level( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR )

148:
149: WHEN OTHERS THEN
150:
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;

Line 154: FND_MSG_PUB.Add_Exc_Msg

150:
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 );

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: