DBA Data[Home] [Help]

APPS.OKL_STREAM_BILLING_PVT dependencies on OKL_STRM_TYPE_V

Line 19: sty_name okl_strm_type_v.NAME%TYPE,

15: sty_id okl_streams.sty_id%TYPE,
16: contract_number okc_k_headers_b.contract_number%TYPE,
17: currency_code okc_k_headers_b.currency_code%TYPE,
18: authoring_org_id okc_k_headers_b.authoring_org_id%TYPE,
19: sty_name okl_strm_type_v.NAME%TYPE,
20: taxable_default_yn okl_strm_type_v.taxable_default_yn%TYPE,
21: amount okl_strm_elements.amount%TYPE,
22: sts_code okc_k_headers_b.sts_code%TYPE);
23:

Line 20: taxable_default_yn okl_strm_type_v.taxable_default_yn%TYPE,

16: contract_number okc_k_headers_b.contract_number%TYPE,
17: currency_code okc_k_headers_b.currency_code%TYPE,
18: authoring_org_id okc_k_headers_b.authoring_org_id%TYPE,
19: sty_name okl_strm_type_v.NAME%TYPE,
20: taxable_default_yn okl_strm_type_v.taxable_default_yn%TYPE,
21: amount okl_strm_elements.amount%TYPE,
22: sts_code okc_k_headers_b.sts_code%TYPE);
23:
24: TYPE bill_tbl_type IS TABLE OF bill_rec_type