DBA Data[Home] [Help]

APPS.OE_MSG_PUB dependencies on OE_PC_CONSTRAINTS_ADMIN_PUB

Line 1642: l_WF_Roles_Tbl := Oe_PC_Constraints_Admin_Pub.Get_Authorized_WF_Roles

1638: l_constraint_id := G_msg_tbl(1).constraint_id;
1639:
1640: IF l_constraint_id IS NOT NULL THEN
1641:
1642: l_WF_Roles_Tbl := Oe_PC_Constraints_Admin_Pub.Get_Authorized_WF_Roles
1643: (p_constraint_id => l_constraint_id
1644: ,x_return_status => l_return_status);
1645:
1646: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN