DBA Data[Home] [Help]

APPS.OKE_IMPORT_CONTRACT_PUB dependencies on OKE_K_BILLING_METHODS

Line 1838: insert into oke_k_billing_methods

1834:
1835:
1836: IF l_return_status = 'S' THEN
1837:
1838: insert into oke_k_billing_methods
1839: (
1840: k_header_id,
1841: billing_method_code,
1842: creation_date,

Line 2006: delete from oke_k_billing_methods

2002: FETCH c_check INTO l_check;
2003: CLOSE c_check;
2004:
2005: IF l_check <> 'x' THEN
2006: delete from oke_k_billing_methods
2007: where k_header_id = p_bill_tbl(i).k_header_id
2008: and billing_method_code = p_bill_tbl(i).billing_method_code;
2009: END IF;
2010: END IF;