DBA Data[Home] [Help]

APPS.POS_IMP_SUPP_PKG dependencies on POS_BUSINESS_CLASS_INT

Line 201: FROM pos_business_class_int INT

197: ;
198:
199: SELECT COUNT(int.sdh_batch_id)
200: INTO l_bus_class_in_batch
201: FROM pos_business_class_int INT
202: WHERE int.sdh_batch_id = p_batch_id
203: /*AND int.source_system = p_original_system*/
204: ;
205:

Line 539: DELETE pos_business_class_int WHERE sdh_batch_id = p_batch_id;

535:
536: DELETE pos_product_service_int WHERE sdh_batch_id = p_batch_id;
537: COMMIT;
538:
539: DELETE pos_business_class_int WHERE sdh_batch_id = p_batch_id;
540: COMMIT;
541:
542: DELETE pos_party_tax_profile_int WHERE batch_id = p_batch_id;
543: COMMIT;