DBA Data[Home] [Help]

APPS.FEM_HIER_LOADER_PKG dependencies on FEM_BUSINESS_RULE_PVT

Line 1457: FEM_BUSINESS_RULE_PVT.CheckOverlapObjDefs(

1453: else
1454:
1455: -- Perform the overlap check by calling the appropriate API
1456: -- from the business rule framework.
1457: FEM_BUSINESS_RULE_PVT.CheckOverlapObjDefs(
1458: p_obj_id => ld_hierarchy_object_id
1459: ,p_exclude_obj_def_id => null
1460: ,p_effective_start_date => ld_effective_start_date
1461: ,p_effective_end_date => ld_effective_end_date

Line 4780: gv_default_start_date := FEM_BUSINESS_RULE_PVT.GetDefaultStartDate;

4776:
4777: BEGIN
4778:
4779: if (gv_default_start_date is null) then
4780: gv_default_start_date := FEM_BUSINESS_RULE_PVT.GetDefaultStartDate;
4781: end if;
4782:
4783: return gv_default_start_date;
4784:

Line 4809: gv_default_end_date := FEM_BUSINESS_RULE_PVT.GetDefaultEndDate;

4805:
4806: BEGIN
4807:
4808: if (gv_default_end_date is null) then
4809: gv_default_end_date := FEM_BUSINESS_RULE_PVT.GetDefaultEndDate;
4810: end if;
4811:
4812: return gv_default_end_date;
4813: