DBA Data[Home] [Help]

APPS.OE_PUR_CONC_REQUESTS dependencies on OE_PUR_CONC_REQUESTS

Line 1: PACKAGE BODY OE_PUR_CONC_REQUESTS AS

1: PACKAGE BODY OE_PUR_CONC_REQUESTS AS
2: /* $Header: OEXCDSPB.pls 120.6.12010000.2 2008/11/26 00:08:03 shrgupta ship $ */
3:
4: -- Global constant holding the package name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_PUR_CONC_REQUESTS';

2: /* $Header: OEXCDSPB.pls 120.6.12010000.2 2008/11/26 00:08:03 shrgupta ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_PUR_CONC_REQUESTS';
7:
8: /*-----------------------------------------------------------------
9: FUNCTION : Line_Eligible
10: DESCRIPTION: Check if the line is eligible for purchase release.

Line 321: END OE_PUR_CONC_REQUESTS;

317: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
318: fnd_file.put_line(FND_FILE.LOG, 'Unexpected Error in Purchase Release Program'||sqlerrm);
319: END Request;
320:
321: END OE_PUR_CONC_REQUESTS;