DBA Data[Home] [Help]

APPS.JAI_TAX_PROCESSING_PKG dependencies on GL_SETS_OF_BOOKS

Line 13: function check_jai_exists_in_zx(pn_set_of_books_id GL_SETS_OF_BOOKS.SET_OF_BOOKS_ID%TYPE,

9:
10: procedure determine_recovery(p_event_class_rec IN ZX_API_PUB.EVENT_CLASS_REC_TYPE
11: ,x_return_status OUT NOCOPY VARCHAR2); --Added x_return_status by Chong for displaying message to ZX 2012/09/02
12:
13: function check_jai_exists_in_zx(pn_set_of_books_id GL_SETS_OF_BOOKS.SET_OF_BOOKS_ID%TYPE,
14: pn_application_id NUMBER DEFAULT NULL, --Added by Cholei for bug#14189751
15: pv_entity_code VARCHAR2 DEFAULT NULL, --Added by Wenqiong for PO integration
16: pn_trx_id NUMBER DEFAULT NULL --Added by Cholei for bug#14189751
17: )return boolean;