DBA Data[Home] [Help]

APPS.OKE_KCOPY_PKG dependencies on OKE_K_BILLING_METHODS

Line 2778: insert into oke_k_billing_methods

2774:
2775: END LOOP;
2776: END IF;
2777:
2778: insert into oke_k_billing_methods
2779: (k_header_id,
2780: billing_method_code,
2781: creation_date,
2782: created_by,

Line 2805: from oke_k_billing_methods

2801: attribute3,attribute4,attribute5,attribute6,attribute7,
2802: attribute8,attribute9,attribute10,attribute11,attribute12,
2803: attribute13,attribute14,attribute15
2804:
2805: from oke_k_billing_methods
2806:
2807: where k_header_id = p_source_k_header_id;
2808:
2809: