DBA Data[Home] [Help]

APPS.IGS_AS_PROD_DOC dependencies on IGS_AS_USER_HOOK

Line 637: l_send_notification := igs_as_user_hook.notify_bulk_doc_production (

633: IF (rec_order_details.request_type = 'B') THEN
634: --
635: -- Add the user to the Role only when the User Hook returns a TRUE value
636: --
637: l_send_notification := igs_as_user_hook.notify_bulk_doc_production (
638: p_order_number => l_person_id.order_number,
639: p_item_number => l_person_id.item_number,
640: p_person_id => l_person_id.person_id
641: );