DBA Data[Home] [Help]

APPS.OKE_DEFAULTING_PKG dependencies on OKE_K_HEADERS

Line 982: from oke_k_lines_v l, okc_k_headers_b h, oke_k_headers k

978: l.copies_required,
979: l.cdrl_category,
980: l.data_item_name,
981: l.export_flag
982: from oke_k_lines_v l, okc_k_headers_b h, oke_k_headers k
983: where h.id = l.header_id
984: and l.k_line_id = p_id
985: and h.id = k.k_header_id;
986:

Line 1218: from oke_k_lines_v l, okc_k_headers_b h, oke_k_headers k

1214: l.copies_required,
1215: l.cdrl_category,
1216: l.data_item_name,
1217: l.export_flag
1218: from oke_k_lines_v l, okc_k_headers_b h, oke_k_headers k
1219: where h.id = p_id
1220: and l.header_id = p_id
1221: and h.id = k.k_header_id
1222: and not exists (select 'x' from oke_k_deliverables_b where k_line_id = l.k_line_id and nvl(defaulted_flag, 'N') = 'Y')

Line 1376: from oke_k_lines_v l, okc_k_headers_b h, oke_k_headers k

1372: l.copies_required,
1373: l.cdrl_category,
1374: l.data_item_name,
1375: l.export_flag
1376: from oke_k_lines_v l, okc_k_headers_b h, oke_k_headers k
1377: where l.k_line_id = p_id
1378: and h.id = l.header_id
1379: and k.k_header_id = l.header_id;
1380: