DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_PROCESS_PVT dependencies on OKC_STATUSES_B

Line 3442: okc_statuses_b stsb

3438: cursor l_asst_csr(p_chr_id in number) is
3439: select cleb.id
3440: from okc_k_lines_b cleb,
3441: okc_line_styles_b lseb,
3442: okc_statuses_b stsb
3443: where cleb.chr_id = p_chr_id
3444: and cleb.dnz_chr_id = p_chr_id
3445: and cleb.lse_id = lseb.id
3446: and lseb.lty_code = 'FREE_FORM1'

Line 3578: okc_statuses_b stsb

3574: cursor l_asst_csr(p_chr_id in number) is
3575: select cleb.id
3576: from okc_k_lines_b cleb,
3577: okc_line_styles_b lseb,
3578: okc_statuses_b stsb
3579: where cleb.chr_id = p_chr_id
3580: and cleb.dnz_chr_id = p_chr_id
3581: and cleb.lse_id = lseb.id
3582: and lseb.lty_code = 'FREE_FORM1'

Line 3710: okc_statuses_b stsb

3706: cursor l_asst_csr(p_chr_id in number) is
3707: select cleb.id
3708: from okc_k_lines_b cleb,
3709: okc_line_styles_b lseb,
3710: okc_statuses_b stsb
3711: where cleb.chr_id = p_chr_id
3712: and cleb.dnz_chr_id = p_chr_id
3713: and cleb.lse_id = lseb.id
3714: and lseb.lty_code = 'FREE_FORM1'

Line 3849: okc_statuses_b asst_sts

3845: okc_k_party_roles_b asst_vend,
3846: okc_k_lines_b model_cle,
3847: okc_line_styles_b model_lse,
3848: okc_k_lines_b asst_cle,
3849: okc_statuses_b asst_sts
3850: --subsidy vendor
3851: where sub_vend.dnz_chr_id = sub_cle.dnz_chr_id
3852: and sub_vend.object1_id1 = nvl(to_char(p_vendor_id),sub_vend.object1_id1)
3853: and sub_vend.object1_id1 = asst_vend.object1_id1 --to make sure asset and subsidy vendors are same

Line 4071: okc_statuses_b asst_sts

4067: okc_k_party_roles_b asst_vend,
4068: okc_k_lines_b model_cle,
4069: okc_line_styles_b model_lse,
4070: okc_k_lines_b asst_cle,
4071: okc_statuses_b asst_sts
4072: --subsidy vendor
4073: where sub_vend.dnz_chr_id = sub_cle.dnz_chr_id
4074: --and sub_vend.object1_id1 = to_char(nvl(p_vendor_id,sub_vend.object1_id1))
4075: and sub_vend.object1_id1 = asst_vend.object1_id1 --to make sure asset and subsidy vendors are same

Line 5298: okc_statuses_b stsb,

5294: ,kle.sty_id sty_id
5295: from okl_k_lines kle,
5296: okc_k_lines_tl clet,
5297: okc_k_lines_b cleb,
5298: okc_statuses_b stsb,
5299: okc_line_styles_b lseb,
5300: okc_k_party_roles_b cplb
5301: where kle.id = cleb.id
5302: and clet.id = cleb.id

Line 5332: okc_statuses_b stsb,

5328: ,kle.sty_id sty_id
5329: from okl_k_lines kle,
5330: okc_k_lines_tl clet,
5331: okc_k_lines_b cleb,
5332: okc_statuses_b stsb,
5333: okc_line_styles_b lseb,
5334: okc_k_party_roles_b cplb
5335: where kle.id = cleb.id
5336: and clet.id = cleb.id

Line 5439: okc_statuses_b asst_sts,

5435: --Bug# 8677460
5436: kle.orig_contract_line_id orig_contract_line_id
5437: from
5438: okc_k_lines_b asst_cleb,
5439: okc_statuses_b asst_sts,
5440: okc_k_party_roles_b cplb,
5441: okc_k_lines_tl clet,
5442: okl_k_lines kle,
5443: okc_line_styles_b lseb,

Line 6307: OKC_STATUSES_B STSB,

6303: CURSOR c_rbk_subs (p_cle_id IN NUMBER
6304: , p_chr_id IN NUMBER) IS
6305: SELECT CLEB.ID
6306: FROM OKC_K_LINES_B CLEB,
6307: OKC_STATUSES_B STSB,
6308: OKC_LINE_STYLES_B LSEB
6309: WHERE CLEB.ORIG_SYSTEM_ID1 = p_cle_id
6310: AND CLEB.ORIG_SYSTEM_SOURCE_CODE ='OKC_LINE'
6311: AND CLEB.DNZ_CHR_ID = p_chr_id