DBA Data[Home] [Help]

APPS.OTA_BST_API dependencies on DUAL

Line 1193: Cursor C_Sel1 is select ota_booking_status_types_s.nextval from sys.dual;

1189: Procedure pre_insert(p_rec in out nocopy g_rec_type) is
1190: --
1191: W_PROC varchar2(72) := G_PACKAGE||'pre_insert';
1192: --
1193: Cursor C_Sel1 is select ota_booking_status_types_s.nextval from sys.dual;
1194: --
1195: Begin
1196: HR_UTILITY.SET_LOCATION('Entering:'||W_PROC, 5);
1197: --