DBA Data[Home] [Help]

APPS.IGIPMSDA dependencies on AP_SYSTEM_PARAMETERS

Line 446: and set_of_books_id = ( select set_of_books_id from ap_system_parameters )

442: )
443: )
444: and invoice_num = nvl(p_invoice_num, invoice_num)
445: and approval_status_lookup_code in ( 'APPROVED', 'CANCELLED')
446: and set_of_books_id = ( select set_of_books_id from ap_system_parameters )
447: ;
448:
449: FUNCTION ModeCheck ( fp_mode in varchar2
450: , fp_invoice_id in number