DBA Data[Home] [Help]

APPS.OKE_CONTRACT_PVT dependencies on OKE_K_STANDARD_NOTES_TL

Line 716: from oke_k_standard_notes_b b, oke_k_standard_notes_tl t

712: t.sfwt_flag,
713: t.description,
714: t.name,
715: t.text
716: from oke_k_standard_notes_b b, oke_k_standard_notes_tl t
717: where k_line_id = p_id;
718: l_standard_notes l_standard_notes_csr%ROWTYPE;
719:
720:

Line 1416: delete from OKE_K_STANDARD_NOTES_TLH

1412:
1413: delete from OKE_K_BILLING_METHODS_H
1414: where k_header_id = p_header_id;
1415:
1416: delete from OKE_K_STANDARD_NOTES_TLH
1417: where standard_notes_id in(
1418: select standard_notes_id
1419: from oke_k_standard_notes_bh
1420: where k_header_id = p_header_id);