DBA Data[Home] [Help]

APPS.OKE_IMPORT_CONTRACT_PUB dependencies on OKC_K_ARTICLES_B

Line 3693: (select id from okc_k_articles_b where cle_id=p_contract_line_id);

3689: delete from oke_k_terms where k_line_id = p_contract_line_id;
3690:
3691: -- Delete articles
3692: delete from okc_k_articles_tl where id in
3693: (select id from okc_k_articles_b where cle_id=p_contract_line_id);
3694:
3695: delete from okc_k_articles_b where cle_id=p_contract_line_id;
3696: -- We need to delete corresonding clauses from the okc_articles_all first?
3697:

Line 3695: delete from okc_k_articles_b where cle_id=p_contract_line_id;

3691: -- Delete articles
3692: delete from okc_k_articles_tl where id in
3693: (select id from okc_k_articles_b where cle_id=p_contract_line_id);
3694:
3695: delete from okc_k_articles_b where cle_id=p_contract_line_id;
3696: -- We need to delete corresonding clauses from the okc_articles_all first?
3697:
3698: -- Delete parties and contacts
3699: delete from okc_contacts where cpl_id in