DBA Data[Home] [Help]

APPS.OKE_CONTRACT_PVT dependencies on OKE_K_STANDARD_NOTES_TLH

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);