DBA Data[Home] [Help]

APPS.EDR_TEMPLATE_SUBS dependencies on EDR_TEMPLATE_SUBS

Line 1: PACKAGE BODY EDR_TEMPLATE_SUBS AS

1: PACKAGE BODY EDR_TEMPLATE_SUBS AS
2: /* $Header: EDRTMPSB.pls 120.2.12000000.1 2007/01/18 05:55:47 appldev ship $ */
3:
4: --- Status to be returned to indicate workflow ---
5: G_YES CONSTANT VARCHAR2(25) := 'COMPLETE:Y';

Line 11: -- EDR_TEMPLATE_SUBS.UPLOAD_TEMPLATE

7:
8: --- This is the file category for eRecord Template ----
9: G_TMP_CATEGORY CONSTANT VARCHAR2(30) := 'EDR_EREC_TEMPLATE';
10:
11: -- EDR_TEMPLATE_SUBS.UPLOAD_TEMPLATE
12: -- This procedure is a post process function called from RTFUPLOAF Workflow process.
13: -- It gets the name of file being approved and converts it to XSLFO if it is EDR_EREC_TEMPLATE
14: -- and File Extension is RTF.
15:

Line 376: END EDR_TEMPLATE_SUBS;

372: -- Bug 3950047 : End
373:
374: END UPLOAD_TEMPLATE;
375:
376: END EDR_TEMPLATE_SUBS;