DBA Data[Home] [Help]

APPS.AP_WEB_OA_DISC_PKG dependencies on AP_POL_EXRATE_OPTIONS

Line 4: SUBTYPE DefaultExchangeRates IS AP_POL_EXRATE_OPTIONS.default_exchange_rates%TYPE;

1: PACKAGE AP_WEB_OA_DISC_PKG AUTHID CURRENT_USER AS
2: /* $Header: apwoadis.pls 115.7 2004/01/30 05:00:13 ammishra noship $ */
3:
4: SUBTYPE DefaultExchangeRates IS AP_POL_EXRATE_OPTIONS.default_exchange_rates%TYPE;
5:
6: TYPE PolicyRateOptionsRec IS RECORD (
7: default_exchange_rates DefaultExchangeRates
8: );

Line 35: | Get the default_exchange_rates from ap_pol_exrate_options

31: /*========================================================================
32: | PROCEDURE GetPolicyRateOptions
33: |
34: | DESCRIPTION
35: | Get the default_exchange_rates from ap_pol_exrate_options
36: | we can add other fields to the record PolicyRateOptionsRec and
37: | the select statement to get values for other fields
38: |
39: | PARAMETERS