DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_PREPROCESSING dependencies on PO_ENCUMBRANCE_POSTPROCESSING

Line 3414: PO_ENCUMBRANCE_POSTPROCESSING.create_exception_report(

3410: -- make sure there is an online report id.
3411: IF (x_sub_check_report_id IS NULL) THEN
3412: FND_MESSAGE.set_name('PO', l_exc_message_name);
3413: l_exc_message_text := FND_MESSAGE.get;
3414: PO_ENCUMBRANCE_POSTPROCESSING.create_exception_report(
3415: p_message_text => l_exc_message_text
3416: , p_user_id => NULL
3417: , x_online_report_id => x_sub_check_report_id
3418: );