DBA Data[Home] [Help]

APPS.JAI_TAX_PROCESSING_PKG dependencies on GL_SETS_OF_BOOKS

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

737: | pn_application_id IN Number no use it when global strut is null |
738: | pv_entity_code IN VARCHAR2 no use it when check PO module |
739: | pn_trx_id IN Number no use it when global strut is null |
740: ---------------------------------------------------------------------------------------------------------------------------------*/
741: function check_jai_exists_in_zx(pn_set_of_books_id GL_SETS_OF_BOOKS.SET_OF_BOOKS_ID%TYPE,
742: pn_application_id NUMBER DEFAULT NULL, --Added by Cholei for bug#14189751
743: pv_entity_code VARCHAR2 DEFAULT NULL, --Added by Wenqiong for PO integration
744: pn_trx_id NUMBER DEFAULT NULL --Added by Cholei for bug#14189751
745: )return boolean