DBA Data[Home] [Help]

APPS.PAY_CA_AMT_IN_WORDS dependencies on PAY_CA_AMT_IN_WORDS

Line 1: package body pay_ca_amt_in_words as

1: package body pay_ca_amt_in_words as
2: /* $Header: pycaamtw.pkb 115.4 2003/06/03 08:39:24 sfmorris noship $*/
3: /*
4:
5: ******************************************************************

Line 24: Name : pay_ca_amt_in_words

20: * England. *
21: * *
22: ******************************************************************
23:
24: Name : pay_ca_amt_in_words
25:
26: Description : Package for converting amount in words using lookup type
27: for translating in Canadian French.
28:

Line 263: end pay_ca_amt_in_words;

259: when others then
260: return(null);
261: end;
262:
263: end pay_ca_amt_in_words;