DBA Data[Home] [Help]

APPS.OE_MSG_PUB dependencies on OE_PC_CONSTRAINTS_ADMIN_PUB

Line 1603: l_WF_Roles_Tbl := Oe_PC_Constraints_Admin_Pub.Get_Authorized_WF_Roles

1599: l_constraint_id := G_msg_tbl(1).constraint_id;
1600:
1601: IF l_constraint_id IS NOT NULL THEN
1602:
1603: l_WF_Roles_Tbl := Oe_PC_Constraints_Admin_Pub.Get_Authorized_WF_Roles
1604: (p_constraint_id => l_constraint_id
1605: ,x_return_status => l_return_status);
1606:
1607: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN