DBA Data[Home] [Help]

APPS.POS_IMP_SUPP_PKG dependencies on POS_PARTY_TAX_PROFILE_INT

Line 208: FROM pos_party_tax_profile_int INT

204: ;
205:
206: SELECT COUNT(int.batch_id)
207: INTO l_taxdtls1_in_batch
208: FROM pos_party_tax_profile_int INT
209: WHERE int.batch_id = p_batch_id
210: /*AND int.source_system = p_original_system*/
211: ;
212:

Line 542: DELETE pos_party_tax_profile_int WHERE batch_id = p_batch_id;

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;
544:
545: DELETE pos_party_tax_reg_int WHERE batch_id = p_batch_id;
546: COMMIT;