DBA Data[Home] [Help]

APPS.OKL_UBB_INTEGRATION_PVT dependencies on OKC_K_LINES_B

Line 105: okc_k_lines_b cle,

101: cc.uom_code
102: FROM cs_counter_groups csg,
103: cs_counters cc,
104: okc_k_items cim,
105: okc_k_lines_b cle,
106: okc_line_styles_b lse
107: WHERE TO_CHAR(csg.source_object_id) = cim.object1_id1
108: AND cim.cle_id = cle.id
109: AND cle.lse_id = lse.id

Line 1446: OKC_K_LINES_B ct_line

1442: --Bug# 6374869
1443: from --CS_COUNTERS ct,
1444: CSI_COUNTERS_B ct,
1445: OKC_K_ITEMS ct_item,
1446: OKC_K_LINES_B ct_line
1447: where ct.counter_id = to_number(ct_item.object1_id1)
1448: and ct_item.cle_id = ct_line.id
1449: and ct_item.dnz_chr_id = ct_line.dnz_chr_id
1450: and ct_line.cle_id = p_oks_top_line_id;

Line 1470: OKC_K_LINES_B usage_cle

1466: ,rul.rule_information5 Base_Reading
1467: ,rul.object3_id1 base_reading_uom
1468: From OKC_RULES_B rul,
1469: OKC_RULE_GROUPS_B rgp,
1470: OKC_K_LINES_B usage_cle
1471: Where rul.rgp_id = rgp.id
1472: and rul.rule_information_category = 'LAUSBB'
1473: and rul.dnz_chr_id = rgp.dnz_chr_id
1474: and rgp.dnz_chr_id = usage_cle.dnz_chr_id