DBA Data[Home] [Help]

APPS.POS_IMP_SUPP_PKG dependencies on POS_FISCAL_CLASS_INT

Line 222: FROM pos_fiscal_class_int INT

218: ;
219:
220: SELECT COUNT(int.batch_id)
221: INTO l_taxdtls3_in_batch
222: FROM pos_fiscal_class_int INT
223: WHERE int.batch_id = p_batch_id
224: /*AND int.source_system = p_original_system*/
225: ;
226:

Line 548: DELETE pos_fiscal_class_int WHERE batch_id = p_batch_id;

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;
550:
551: DELETE pos_bank_account_det_int WHERE batch_id = p_batch_id;
552: COMMIT;