DBA Data[Home] [Help]

APPS.MSC_BUDGET_DETAILS dependencies on MSC_BUDGET_DETAILS

Line 1: PACKAGE BODY msc_budget_details AS

1: PACKAGE BODY msc_budget_details AS
2: /* $Header: MSCBDDTB.pls 115.7 2004/05/07 18:47:07 rvrao noship $ */
3: PROCEDURE populate_budget_details(
4: p_plan_id IN number,
5: p_date IN date,

Line 289: end msc_budget_details;

285: then null;
286: when others then
287: raise_application_error(-20000,sqlerrm);
288: END populate_budget_details;
289: end msc_budget_details;