DBA Data[Home] [Help]

APPS.BIS_CORRECTIVE_ACTION_PVT dependencies on BIS_GENERIC_PLANNER_PVT

Line 1546: p_comparison_result >= BIS_GENERIC_PLANNER_PVT.G_COMP_RESULT_OUT_OF_RANGE1

1542:
1543: l_owners_tbl := x_owners_tbl;
1544:
1545: IF
1546: p_comparison_result >= BIS_GENERIC_PLANNER_PVT.G_COMP_RESULT_OUT_OF_RANGE1
1547: --p_target_Owners_rec.Range1_Owner_Name is not null
1548: THEN
1549: l_owners_tbl(l_owners_tbl.COUNT+1) := p_target_Owners_rec.Range1_Owner_Name;
1550: l_owners_sh_nm_tbl(l_owners_sh_nm_tbl.COUNT+1) := p_target_Owners_rec.Range1_Owner_short_Name;

Line 1555: p_comparison_result >= BIS_GENERIC_PLANNER_PVT.G_COMP_RESULT_OUT_OF_RANGE2

1551: l_first_out_of_range := 1;
1552:
1553: END IF;
1554: IF
1555: p_comparison_result >= BIS_GENERIC_PLANNER_PVT.G_COMP_RESULT_OUT_OF_RANGE2
1556: --p_target_Owners_rec.Range2_Owner_Name is not null
1557: THEN
1558: l_owners_tbl(l_owners_tbl.COUNT+1) := p_target_Owners_rec.Range2_Owner_Name;
1559: l_owners_sh_nm_tbl(l_owners_sh_nm_tbl.COUNT+1) := p_target_Owners_rec.Range2_Owner_short_Name;

Line 1564: p_comparison_result >= BIS_GENERIC_PLANNER_PVT.G_COMP_RESULT_OUT_OF_RANGE3

1560: l_second_out_of_range := 1;
1561:
1562: END IF;
1563: IF
1564: p_comparison_result >= BIS_GENERIC_PLANNER_PVT.G_COMP_RESULT_OUT_OF_RANGE3
1565: --p_target_Owners_rec.Range3_Owner_Name is not null
1566: THEN
1567: l_owners_tbl(l_owners_tbl.COUNT+1) := p_target_Owners_rec.Range3_Owner_Name;
1568: l_owners_sh_nm_tbl(l_owners_sh_nm_tbl.COUNT+1) := p_target_Owners_rec.Range3_Owner_short_Name;