DBA Data[Home] [Help]

APPS.OKS_CUSTOMER_ACCEPTANCE_PVT dependencies on OKS_EXTWAR_UTIL_PVT

Line 38: (oks_extwar_util_pvt.round_currency_amt

34: l_k_amount VARCHAR2 (1000) := '';
35:
36: CURSOR csr_k_amt IS
37: SELECT TO_CHAR
38: (oks_extwar_util_pvt.round_currency_amt
39: ((NVL (ch.estimated_amount, 0) +
40: NVL (sh.tax_amount, 0)
41: ),
42: ch.currency_code),

Line 110: (oks_extwar_util_pvt.round_currency_amt

106: l_k_subtotal VARCHAR2 (1000) := '';
107:
108: CURSOR csr_k_subtotal IS
109: SELECT TO_CHAR
110: (oks_extwar_util_pvt.round_currency_amt
111: (NVL (ch.estimated_amount,
112: 0),
113: ch.currency_code),
114: fnd_currency.get_format_mask (ch.currency_code, 50)) ||

Line 179: (oks_extwar_util_pvt.round_currency_amt

175: l_k_tax VARCHAR2 (1000) := '';
176:
177: CURSOR csr_k_tax IS
178: SELECT TO_CHAR
179: (oks_extwar_util_pvt.round_currency_amt
180: (NVL (sh.tax_amount, 0), ch.currency_code),
181: fnd_currency.get_format_mask (ch.currency_code, 50)) ||
182: ' ' ||
183: ch.currency_code AS amount