DBA Data[Home] [Help]

PACKAGE BODY: APPS.MSC_MBP_CUSTOM

Source


1 PACKAGE BODY MSC_MBP_CUSTOM AS
2 /* $Header: MSCMBPCB.pls 120.0 2005/05/25 19:15:55 appldev noship $  */
3 
4         PROCEDURE Custom_Post_Processing (
5                 p_plan_id       IN              NUMBER
6         ) IS
7 
8         -- Enter the procedure variables here.
9         BEGIN
10 
11                 -- Enter the custom code here.
12                 NULL;
13 
14         EXCEPTION
15                 WHEN others THEN
16                     NULL;
17 
18         END Custom_Post_Processing;
19 
20 END MSC_MBP_CUSTOM;