DBA Data[Home] [Help]

APPS.ZPB_EXCEPTION_ALERT dependencies on ZPB_EXCP_PVT

Line 619: -- zpb_excp_pvt.run_exception(UserID, taskID, 1.0, , , 1, x_return_status, x_msg_count, x_msg_data);

615:
616:
617: /*
618:
619: -- zpb_excp_pvt.run_exception(UserID, taskID, 1.0, , , 1, x_return_status, x_msg_count, x_msg_data);
620:
621: */
622:
623: -- Begining run of exception request

Line 627: zpb_excp_pvt.run_exception(p_api_version => 1.0,

623: -- Begining run of exception request
624:
625: ZPB_LOG.WRITE_EVENT_TR ('ZPB_EXCEPTION_ALERT.WF_RUN_EXCEPTION', 'ZPB_WF_BEGEXCPRUN');
626:
627: zpb_excp_pvt.run_exception(p_api_version => 1.0,
628: p_init_msg_list => FND_API.G_FALSE,
629: p_commit => FND_API.G_TRUE,
630: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
631: x_return_status => x_return_status,