DBA Data[Home] [Help]

APPS.PA_CURRENCY dependencies on STANDARD

Line 41: -- standard precision of the currency to a maximum length of X_length

37: FUNCTION currency_fmt_mask(X_length in NUMBER ) RETURN VARCHAR2;
38: pragma RESTRICT_REFERENCES (currency_fmt_mask, WNPS, WNDS);
39:
40: -- The currency_fmt_mask returns the format mask depending on the
41: -- standard precision of the currency to a maximum length of X_length
42: -- Cannot be used in rpt as Org_id has not been sent.
43:
44: FUNCTION rpt_currency_fmt_mask(X_org_id in NUMBER, x_length in NUMBER ) RETURN VARCHAR2;
45: pragma RESTRICT_REFERENCES (rpt_currency_fmt_mask, WNPS, WNDS);

Line 48: -- standard precision of the currency to a maximum length of X_length

44: FUNCTION rpt_currency_fmt_mask(X_org_id in NUMBER, x_length in NUMBER ) RETURN VARCHAR2;
45: pragma RESTRICT_REFERENCES (rpt_currency_fmt_mask, WNPS, WNDS);
46:
47: -- The currency_fmt_mask returns the format mask depending on the
48: -- standard precision of the currency to a maximum length of X_length
49: -- To Be used in rpt Only. Will be Obsolete in future when rpt are
50: -- converted to srw.
51:
52: FUNCTION trans_currency_fmt_mask(X_Curr_Code VARCHAR2,