DBA Data[Home] [Help]

APPS.OKL_STREAMS_UTIL dependencies on OKL_SYS_ACCT_OPTS

Line 334: -- p_rounding_rule of okl_sys_acct_opts.stm_rounding_rule type

330: -- x_selv_tbl of OKL_STRM_ELEMENTS type
331: -- p_org_id of OKC_K_HEADERS_B.AUTHORING_ORG_ID type
332: -- p_precision
333: -- p_currency_code of okc_k_headers_b.currency_code type
334: -- p_rounding_rule of okl_sys_acct_opts.stm_rounding_rule type
335: -- p_apply_rnd_diff of
336: -- okl_sys_acct_opts.stm_apply_rounding_difference type
337: -- Version : 1.0
338: -- End of Commnets

Line 336: -- okl_sys_acct_opts.stm_apply_rounding_difference type

332: -- p_precision
333: -- p_currency_code of okc_k_headers_b.currency_code type
334: -- p_rounding_rule of okl_sys_acct_opts.stm_rounding_rule type
335: -- p_apply_rnd_diff of
336: -- okl_sys_acct_opts.stm_apply_rounding_difference type
337: -- Version : 1.0
338: -- End of Commnets
339: --------------------------------------------------------------------------------
340: --Bug 4196515 - Start of Changes

Line 351: p_rounding_rule IN okl_sys_acct_opts.stm_rounding_rule%TYPE,

347: x_selv_tbl OUT NOCOPY okl_streams_pub.selv_tbl_type,
348: p_org_id IN okc_k_headers_b.authoring_org_id%TYPE,
349: p_precision IN NUMBER,
350: p_currency_code IN okc_k_headers_b.currency_code%TYPE,
351: p_rounding_rule IN okl_sys_acct_opts.stm_rounding_rule%TYPE,
352: p_apply_rnd_diff IN okl_sys_acct_opts.stm_apply_rounding_difference%TYPE)
353: RETURN VARCHAR2;
354: --Bug 4196515 - End of Changes
355:

Line 352: p_apply_rnd_diff IN okl_sys_acct_opts.stm_apply_rounding_difference%TYPE)

348: p_org_id IN okc_k_headers_b.authoring_org_id%TYPE,
349: p_precision IN NUMBER,
350: p_currency_code IN okc_k_headers_b.currency_code%TYPE,
351: p_rounding_rule IN okl_sys_acct_opts.stm_rounding_rule%TYPE,
352: p_apply_rnd_diff IN okl_sys_acct_opts.stm_apply_rounding_difference%TYPE)
353: RETURN VARCHAR2;
354: --Bug 4196515 - End of Changes
355:
356: -- Added by RGOOTY: Start

Line 378: x_rounding_rule OUT NOCOPY okl_sys_acct_opts.stm_rounding_rule%TYPE,

374: PROCEDURE get_acc_options( p_khr_id IN okc_k_headers_b.ID%TYPE,
375: x_org_id OUT NOCOPY okc_k_headers_b.authoring_org_id%TYPE,
376: x_precision OUT NOCOPY NUMBER,
377: x_currency_code OUT NOCOPY okc_k_headers_b.currency_code%TYPE,
378: x_rounding_rule OUT NOCOPY okl_sys_acct_opts.stm_rounding_rule%TYPE,
379: x_apply_rnd_diff OUT NOCOPY okl_sys_acct_opts.stm_apply_rounding_difference%TYPE,
380: x_return_status OUT NOCOPY VARCHAR2 );
381:
382: -- Added by RGOOTY: End

Line 379: x_apply_rnd_diff OUT NOCOPY okl_sys_acct_opts.stm_apply_rounding_difference%TYPE,

375: x_org_id OUT NOCOPY okc_k_headers_b.authoring_org_id%TYPE,
376: x_precision OUT NOCOPY NUMBER,
377: x_currency_code OUT NOCOPY okc_k_headers_b.currency_code%TYPE,
378: x_rounding_rule OUT NOCOPY okl_sys_acct_opts.stm_rounding_rule%TYPE,
379: x_apply_rnd_diff OUT NOCOPY okl_sys_acct_opts.stm_apply_rounding_difference%TYPE,
380: x_return_status OUT NOCOPY VARCHAR2 );
381:
382: -- Added by RGOOTY: End
383: