DBA Data[Home] [Help]

APPS.AP_WEB_DB_COUNTRY_PKG dependencies on AP_WEB_DB_COUNTRY_PKG

Line 1: PACKAGE BODY AP_WEB_DB_COUNTRY_PKG AS

1: PACKAGE BODY AP_WEB_DB_COUNTRY_PKG AS
2: /* $Header: apwdbctb.pls 120.5 2005/10/02 20:11:38 albowicz ship $ */
3: --------------------------------------------------------------------------------
4: FUNCTION GetCountryListCursor(
5: p_country_list_cursor OUT NOCOPY CountryListCursor

Line 35: l_curr_precision AP_WEB_DB_COUNTRY_PKG.curr_precision;

31: p_reimb_curr_code IN curr_currCode
32: ) RETURN curr_precision IS
33: --------------------------------------------------------------------------------
34:
35: l_curr_precision AP_WEB_DB_COUNTRY_PKG.curr_precision;
36:
37: BEGIN
38:
39: SELECT NVL(fndcvl.precision,0) precision

Line 95: p_curr_code IN AP_WEB_DB_COUNTRY_PKG.curr_currCode,

91: END GetCurrencyInfoCursor;
92:
93: --------------------------------------------------------------------------------
94: FUNCTION GetCurrNameForCurrCode(
95: p_curr_code IN AP_WEB_DB_COUNTRY_PKG.curr_currCode,
96: p_curr_name OUT NOCOPY AP_WEB_DB_COUNTRY_PKG.curr_name
97: ) RETURN BOOLEAN IS
98: --------------------------------------------------------------------------------
99: BEGIN

Line 96: p_curr_name OUT NOCOPY AP_WEB_DB_COUNTRY_PKG.curr_name

92:
93: --------------------------------------------------------------------------------
94: FUNCTION GetCurrNameForCurrCode(
95: p_curr_code IN AP_WEB_DB_COUNTRY_PKG.curr_currCode,
96: p_curr_name OUT NOCOPY AP_WEB_DB_COUNTRY_PKG.curr_name
97: ) RETURN BOOLEAN IS
98: --------------------------------------------------------------------------------
99: BEGIN
100: SELECT name

Line 211: END AP_WEB_DB_COUNTRY_PKG;

207: return FALSE;
208: END GetCurrCodeCursor;
209:
210:
211: END AP_WEB_DB_COUNTRY_PKG;