DBA Data[Home] [Help]

APPS.AP_LINES_UPGRADE_PKG dependencies on DBMS_LOCK

Line 2924: dbms_lock.sleep(300);

2920: /*
2921:
2922: WHILE l_child_notcomplete LOOP
2923:
2924: dbms_lock.sleep(300);
2925:
2926: l_debug_info := 'Inside Loop for checking the child request status';
2927: IF g_debug_flag = 'Y' THEN
2928: AP_Debug_Pkg.Print(g_debug_flag, l_debug_info);

Line 2973: dbms_lock.sleep(300);

2969: LOOP
2970:
2971: WHILE l_child_notcomplete LOOP
2972:
2973: dbms_lock.sleep(300);
2974:
2975: l_debug_info := 'Inside Loop for checking the child request status';
2976: IF g_debug_flag = 'Y' THEN
2977: AP_Debug_Pkg.Print(g_debug_flag, l_debug_info);