DBA Data[Home] [Help]

APPS.POS_IMP_SUPP_PKG dependencies on POS_PARTY_TAX_REG_INT

Line 215: FROM pos_party_tax_reg_int INT

211: ;
212:
213: SELECT COUNT(int.batch_id)
214: INTO l_taxdtls2_in_batch
215: FROM pos_party_tax_reg_int INT
216: WHERE int.batch_id = p_batch_id
217: /*AND int.source_system = p_original_system*/
218: ;
219:

Line 545: DELETE pos_party_tax_reg_int WHERE batch_id = p_batch_id;

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;
547:
548: DELETE pos_fiscal_class_int WHERE batch_id = p_batch_id;
549: COMMIT;