DBA Data[Home] [Help]

APPS.OKE_IMPORT_CONTRACT_PUB dependencies on OKE_K_STANDARD_NOTES_TL

Line 3678: delete from oke_k_standard_notes_tl

3674: -- Delete User Defined Attributes.
3675: delete from oke_k_user_attributes where k_line_id = p_contract_line_id;
3676:
3677: -- Delete Standard Notes.
3678: delete from oke_k_standard_notes_tl
3679: where standard_notes_id in
3680: (select standard_notes_id from oke_k_standard_notes_b
3681: where k_line_id = p_contract_line_id);
3682:

Line 6658: delete from oke_k_standard_notes_tl

6654: for cinfo in c4 loop
6655: delete from oke_k_standard_notes_b
6656: where standard_notes_id = cinfo.standard_notes_id;
6657:
6658: delete from oke_k_standard_notes_tl
6659: where standard_notes_id = cinfo.standard_notes_id;
6660: end loop;
6661:
6662: l_del_tbl_in(1).DELIVERABLE_ID := p_deliverable_id ;