DBA Data[Home] [Help]

PACKAGE: APPS.MSC_MBP_CUSTOM

Source


1 PACKAGE MSC_MBP_CUSTOM AS
2 /* $Header: MSCMBPCS.pls 120.0 2005/05/25 19:18:45 appldev noship $  */
3 
4 PROCEDURE Custom_Post_Processing (
5         p_plan_id       IN              NUMBER
6 );
7 
8 END MSC_MBP_CUSTOM;