DBA Data[Home] [Help]

APPS.XDP_UTILITIES dependencies on STANDARD

Line 1285: -- Check Char by Char. Make sure it adheres to PL/SQL naming Standards.

1281: RETURN FALSE ;
1282:
1283: END IF ;
1284:
1285: -- Check Char by Char. Make sure it adheres to PL/SQL naming Standards.
1286: FOR i IN 1..l_var_length
1287: LOOP
1288: l_cur_char := SUBSTR( p_varname, i, 1 ) ;
1289: l_char_ascii := ASCII( l_cur_char ) ;

Line 1319: -- WF_STANDARD.WaitForFlow and handling the workflow concurrency

1315: END IS_VALID_NAME ;
1316:
1317: --
1318: -- This is the function which will mimic the workflow function
1319: -- WF_STANDARD.WaitForFlow and handling the workflow concurrency
1320: -- problem in WaitForFlow. The caller should pass its current item type,
1321: -- item key, and activity name to the API
1322: --
1323: Procedure WaitForFlow(

Line 1454: -- WF_STANDARD.ContinueFlow and handling the workflow concurrency

1450: END WaitForFlow;
1451:
1452: --
1453: -- This is the function which will mimic the workflow function
1454: -- WF_STANDARD.ContinueFlow and handling the workflow concurrency
1455: -- problem in ContinueFlow. The caller should pass its current item type
1456: -- and item key to the API
1457: --
1458: Procedure ContinueFlow(