DBA Data[Home] [Help]

PACKAGE: APPS.PQP_WEBADI_INTEGRATION_UTILS

Source


1 PACKAGE pqp_webadi_integration_utils AUTHID CURRENT_USER AS
2 /* $Header: pqwadiut.pkh 115.1 2003/02/17 00:06:06 ashgupta noship $ */
3 
4 --  For the given content, update the content with this parameter list.
5 --  Required for all Contents to be used from Forms.
6 --
7 --
8 -- ------------------------------------------------------------------------
9 -- | -----------------< register_integrator_to_form >---------------------|
10 -- ------------------------------------------------------------------------
11 --
12 -- Description:
13 --
14 --  Takes an integrator id, and a form name, and registers the integrator
15 --  for use on that form.
16 --  The param list for the form MUST exist.
17 --
18 -- ------------------------------------------------------------------------
19 PROCEDURE webadi_meta_data_info(p_application_id        IN  NUMBER
20                                ,p_caller_identifier     IN  VARCHAR2
21                                ,p_integrator_code       OUT NOCOPY VARCHAR2
22                                ,p_layout_code           OUT NOCOPY VARCHAR2
23                                ,p_supported_spreasheet  OUT NOCOPY VARCHAR2
24                                );
25 END pqp_webadi_integration_utils;