DBA Data[Home] [Help]

APPS.EDR_ISIGN_TEMPLATE_PKG dependencies on EDR_ISIGN_TEMPLATE_PKG

Line 1: PACKAGE BODY EDR_ISIGN_TEMPLATE_PKG AS

1: PACKAGE BODY EDR_ISIGN_TEMPLATE_PKG AS
2: /* $Header: EDRITPB.pls 120.0.12000000.1 2007/01/18 05:54:05 appldev ship $ */
3:
4: -- EDR_ISIGN_TEMPLATE_PKG.GET_XSLFO_TEMPLATE procedure is called from EDRRuleXMLPublisherHandler Class
5: -- to get the handle of XSLFO Blob. It passes template name and template type as input and get the template

Line 4: -- EDR_ISIGN_TEMPLATE_PKG.GET_XSLFO_TEMPLATE procedure is called from EDRRuleXMLPublisherHandler Class

1: PACKAGE BODY EDR_ISIGN_TEMPLATE_PKG AS
2: /* $Header: EDRITPB.pls 120.0.12000000.1 2007/01/18 05:54:05 appldev ship $ */
3:
4: -- EDR_ISIGN_TEMPLATE_PKG.GET_XSLFO_TEMPLATE procedure is called from EDRRuleXMLPublisherHandler Class
5: -- to get the handle of XSLFO Blob. It passes template name and template type as input and get the template
6: -- blob and other information as output.
7:
8: -- P_STYLE_SHEET - Original file name of template

Line 95: -- EDR_ISIGN_TEMPLATE_PKG.GET_TEMPLATE procedure is called from TemplateManager Class

91: end if;
92:
93: END GET_XSLFO_TEMPLATE;
94:
95: -- EDR_ISIGN_TEMPLATE_PKG.GET_TEMPLATE procedure is called from TemplateManager Class
96: -- to get the handle of RTF Template Blob. It passes unique p_event_key which is equal
97: -- to file_id in ISIGN edr_files_b table.
98: --
99: -- P_EVENT_KEY - File Id for the ISIGN EDR_FILES_B Table repository

Line 144: END EDR_ISIGN_TEMPLATE_PKG;

140: END;
141:
142: END GET_TEMPLATE;
143:
144: END EDR_ISIGN_TEMPLATE_PKG;