DBA Data[Home] [Help]

APPS.QP_ATTR_MAP_PVT dependencies on QP_VALIDATE_FNA

Line 1522: QP_Validate_Fna.Attributes

1518: THEN
1519:
1520: IF p_validation_level > FND_API.G_VALID_LEVEL_NONE THEN
1521:
1522: QP_Validate_Fna.Attributes
1523: ( x_return_status => l_return_status
1524: , p_FNA_rec => l_FNA_rec
1525: , p_old_FNA_rec => l_old_FNA_rec
1526: );

Line 1583: QP_Validate_Fna.Entity_Delete

1579: IF l_control_rec.validate_entity THEN
1580:
1581: IF l_FNA_rec.operation = QP_GLOBALS.G_OPR_DELETE THEN
1582:
1583: QP_Validate_Fna.Entity_Delete
1584: ( x_return_status => l_return_status
1585: , p_FNA_rec => l_FNA_rec
1586: );
1587:

Line 1590: QP_Validate_Fna.Entity

1586: );
1587:
1588: ELSE
1589:
1590: QP_Validate_Fna.Entity
1591: ( x_return_status => l_return_status
1592: , p_FNA_rec => l_FNA_rec
1593: , p_old_FNA_rec => l_old_FNA_rec
1594: );