DBA Data[Home] [Help]

APPS.MSC_X_PEGGING_FUNC dependencies on MSC_X_PEGGING_FUNC

Line 1: PACKAGE BODY MSC_X_PEGGING_FUNC AS

1: PACKAGE BODY MSC_X_PEGGING_FUNC AS
2: /* $Header: MSCXPEGB.pls 115.20 2004/04/26 19:05:59 vpillari ship $ */
3:
4: /**
5: * package to create the function that are used in Enhanced pegging screen

Line 333: v_receipt_date := MSC_X_PEGGING_FUNC.get_receipt_date(v_start_id);

329:
330: END IF;
331:
332: IF v_order_type = PURCHASE_ORDER then
333: v_receipt_date := MSC_X_PEGGING_FUNC.get_receipt_date(v_start_id);
334: END IF;
335:
336: if v_receipt_date <= v_need_by_date then
337: return null;

Line 828: END MSC_X_PEGGING_FUNC;

824:
825: END get_uncommitted;
826:
827:
828: END MSC_X_PEGGING_FUNC;