DBA Data[Home] [Help]

APPS.OTA_PLE_BUS dependencies on OTA_PLE_UPD

Line 1036: ota_ple_upd.upd(l_plerec2,FALSE);

1032: l_plerec2.price := return_new_price(l_plerec2.price
1033: ,p_price_increase
1034: ,p_rounding_direction
1035: ,p_rounding_factor);
1036: ota_ple_upd.upd(l_plerec2,FALSE);
1037: --
1038: else -- nvl(p_enddate,hr_api.g_eot)
1039: -- < nvl(l_plerec.end_date,hr_api.g_eot)
1040: --

Line 1048: ota_ple_upd.upd(l_plerec2,FALSE);

1044: l_plerec2.price := return_new_price(l_plerec2.price
1045: ,p_price_increase
1046: ,p_rounding_direction
1047: ,p_rounding_factor);
1048: ota_ple_upd.upd(l_plerec2,FALSE);
1049: --
1050: hr_utility.trace('Inserting the remainder of the entry with old price');
1051: l_plerec2 := l_plerec;
1052: l_plerec2.price_list_entry_id := null;

Line 1067: ota_ple_upd.upd(l_plerec2,FALSE);

1063: --
1064: hr_utility.trace('Setting New End Date on old entry');
1065: l_plerec2 := l_plerec;
1066: l_plerec2.end_date := p_increase_date - 1;
1067: ota_ple_upd.upd(l_plerec2,FALSE);
1068: --
1069: hr_utility.trace('Inserting new entry with updated price');
1070: l_plerec2 := l_plerec;
1071: l_plerec2.price_list_entry_id := null;

Line 1086: ota_ple_upd.upd(l_plerec2,FALSE);

1082: --
1083: hr_utility.trace('Setting New End Date on old entry');
1084: l_plerec2 := l_plerec;
1085: l_plerec2.end_date := p_increase_date - 1;
1086: ota_ple_upd.upd(l_plerec2,FALSE);
1087: --
1088: hr_utility.trace('Inserting entry with new price');
1089: l_plerec2 := l_plerec;
1090: l_plerec2.price_list_entry_id := null;

Line 1186: OTA_PLE_UPD.upd(l_plerec,FALSE);

1182: l_plerec.start_date := l_start_date;
1183: --
1184: hr_utility.trace('Start Date = '||to_char(l_plerec.start_date));
1185: hr_utility.trace(' End Date = '||to_char(l_plerec.end_date));
1186: OTA_PLE_UPD.upd(l_plerec,FALSE);
1187: --
1188: end if;
1189: end if;
1190: -----------------------