DBA Data[Home] [Help]

APPS.CAC_VIEW_WF_PVT dependencies on STANDARD

Line 297: ** Standard call to check for call compatibility

293:
294:
295: BEGIN
296: /*****************************************************************************
297: ** Standard call to check for call compatibility
298: *****************************************************************************/
299: IF NOT FND_API.Compatible_API_Call( l_api_version
300: , p_api_version
301: , l_api_name

Line 469: ** Standard check of p_commit (WF won't start until commited)

465: );
466:
467:
468: /***************************************************************************
469: ** Standard check of p_commit (WF won't start until commited)
470: ***************************************************************************/
471: IF FND_API.To_Boolean(p_commit)
472: THEN
473: COMMIT WORK;

Line 478: ** Standard call to get message count and if count is > 1, get message info

474: END IF;
475:
476:
477: /*****************************************************************************
478: ** Standard call to get message count and if count is > 1, get message info
479: *****************************************************************************/
480: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
481: , p_data => x_msg_data
482: );

Line 573: ** Standard call to check for call compatibility

569:
570:
571: BEGIN
572: /*****************************************************************************
573: ** Standard call to check for call compatibility
574: *****************************************************************************/
575: IF NOT FND_API.Compatible_API_Call( l_api_version
576: , p_api_version
577: , l_api_name

Line 713: ** Standard check of p_commit (WF won't start until commited)

709: wf_engine.StartProcess( itemtype => l_item_type
710: , itemkey => l_item_key
711: );
712: /***************************************************************************
713: ** Standard check of p_commit (WF won't start until commited)
714: ***************************************************************************/
715: IF FND_API.To_Boolean(p_commit)
716: THEN
717: COMMIT WORK;

Line 722: ** Standard call to get message count and if count is > 1, get message info

718: END IF;
719:
720:
721: /*****************************************************************************
722: ** Standard call to get message count and if count is > 1, get message info
723: *****************************************************************************/
724: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
725: , p_data => x_msg_data
726: );

Line 960: ** Standard call to check for call compatibility

956: l_ItemKey VARCHAR2(100);
957:
958: BEGIN
959: /*****************************************************************************
960: ** Standard call to check for call compatibility
961: *****************************************************************************/
962: IF NOT FND_API.Compatible_API_Call( l_api_version
963: , p_api_version
964: , l_api_name

Line 1070: ** Standard check of p_commit (WF won't start until commited..)

1066: , itemkey => l_ItemKey
1067: );
1068:
1069: /***************************************************************************
1070: ** Standard check of p_commit (WF won't start until commited..)
1071: ***************************************************************************/
1072: IF FND_API.To_Boolean(p_commit)
1073: THEN
1074: COMMIT WORK;

Line 1078: ** Standard call to get message count and if count is > 1, get message info

1074: COMMIT WORK;
1075: END IF;
1076:
1077: /*****************************************************************************
1078: ** Standard call to get message count and if count is > 1, get message info
1079: *****************************************************************************/
1080: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
1081: , p_data => x_msg_data
1082: );

Line 1264: ** Standard call to get message count and if count is 1, get message info

1260: , X_GROUP_NUMBER => l_GroupNumber
1261: );
1262:
1263: /*************************************************************************
1264: ** Standard call to get message count and if count is 1, get message info
1265: *************************************************************************/
1266: FND_MSG_PUB.Count_And_Get( p_count => l_msg_count
1267: , p_data => l_msg_data
1268: );

Line 1321: ** Standard call to get message count and if count is 1, get message info

1317: , X_GROUP_USAGE_ID => l_GroupUsageID
1318: );
1319:
1320: /***************************************************************************
1321: ** Standard call to get message count and if count is 1, get message info
1322: ***************************************************************************/
1323: FND_MSG_PUB.Count_And_Get( p_count => l_msg_count
1324: , p_data => l_msg_data
1325: );

Line 1498: ** Standard call to check for call compatibility

1494: AND jtb.task_id = b_TaskID;
1495:
1496: BEGIN
1497: /*****************************************************************************
1498: ** Standard call to check for call compatibility
1499: *****************************************************************************/
1500: IF NOT FND_API.Compatible_API_Call( l_api_version
1501: , p_api_version
1502: , l_api_name

Line 1630: ** Standard check of p_commit (WF won't start until commited)

1626: );
1627:
1628:
1629: /***************************************************************************
1630: ** Standard check of p_commit (WF won't start until commited)
1631: ***************************************************************************/
1632: IF FND_API.To_Boolean(p_commit)
1633: THEN
1634: COMMIT WORK;

Line 1641: ** Standard call to get message count and if count is > 1, get message info

1637:
1638: END LOOP ASSIGNEES;
1639:
1640: /*****************************************************************************
1641: ** Standard call to get message count and if count is > 1, get message info
1642: *****************************************************************************/
1643: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
1644: , p_data => x_msg_data
1645: );

Line 1747: ** Standard call to check for call compatibility

1743: AND jta.resource_type_code = b_INVITEE_TYPE ;
1744:
1745: BEGIN
1746: /*****************************************************************************
1747: ** Standard call to check for call compatibility
1748: *****************************************************************************/
1749: IF NOT FND_API.Compatible_API_Call( l_api_version
1750: , p_api_version
1751: , l_api_name

Line 1879: ** Standard check of p_commit (WF won't start until commited)

1875: );
1876:
1877:
1878: /***************************************************************************
1879: ** Standard check of p_commit (WF won't start until commited)
1880: ***************************************************************************/
1881: IF FND_API.To_Boolean(p_commit)
1882: THEN
1883: COMMIT WORK;

Line 1890: ** Standard call to get message count and if count is > 1, get message info

1886:
1887: END LOOP ASSIGNEES;
1888:
1889: /*****************************************************************************
1890: ** Standard call to get message count and if count is > 1, get message info
1891: *****************************************************************************/
1892: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
1893: , p_data => x_msg_data
1894: );

Line 2288: ** Standard call to check for call compatibility

2284: l_AdminWFRole VARCHAR2(30);
2285:
2286: BEGIN
2287: /*****************************************************************************
2288: ** Standard call to check for call compatibility
2289: *****************************************************************************/
2290: IF NOT FND_API.Compatible_API_Call( l_api_version
2291: , p_api_version
2292: , l_api_name

Line 2373: ** Standard check of p_commit (WF won't start until commited)

2369: , reminder_wf_item_key = l_ItemKey
2370: WHERE task_id = p_TaskID;
2371:
2372: /***************************************************************************
2373: ** Standard check of p_commit (WF won't start until commited)
2374: ***************************************************************************/
2375: IF FND_API.To_Boolean(p_commit)
2376: THEN
2377: COMMIT WORK;

Line 2381: ** Standard call to get message count and if count is > 1, get message info

2377: COMMIT WORK;
2378: END IF;
2379:
2380: /*****************************************************************************
2381: ** Standard call to get message count and if count is > 1, get message info
2382: *****************************************************************************/
2383: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
2384: , p_data => x_msg_data
2385: );

Line 2718: ** Standard call to check for call compatibility

2714:
2715:
2716: BEGIN
2717: /*****************************************************************************
2718: ** Standard call to check for call compatibility
2719: *****************************************************************************/
2720: IF NOT FND_API.Compatible_API_Call( l_api_version
2721: , p_api_version
2722: , l_api_name

Line 2786: ** Standard check of p_commit (WF won't start until commited)

2782: );
2783: END IF;
2784:
2785: /***************************************************************************
2786: ** Standard check of p_commit (WF won't start until commited)
2787: ***************************************************************************/
2788: IF FND_API.To_Boolean(p_commit)
2789: THEN
2790: COMMIT WORK;

Line 2806: ** Standard call to get message count and if count is > 1, get message info

2802:
2803: END LOOP ASSIGNEES;
2804:
2805: /*****************************************************************************
2806: ** Standard call to get message count and if count is > 1, get message info
2807: *****************************************************************************/
2808: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
2809: , p_data => x_msg_data
2810: );

Line 2941: ** Standard call to check for call compatibility

2937:
2938: BEGIN
2939:
2940: /*****************************************************************************
2941: ** Standard call to check for call compatibility
2942: *****************************************************************************/
2943: IF NOT FND_API.Compatible_API_Call( l_api_version
2944: , p_api_version
2945: , l_api_name

Line 3082: ** Standard check of p_commit (WF won't start until commited)

3078: );
3079:
3080:
3081: /***************************************************************************
3082: ** Standard check of p_commit (WF won't start until commited)
3083: ***************************************************************************/
3084:
3085:
3086: IF FND_API.To_Boolean(p_commit)

Line 3091: ** Standard check of p_commit (WF won't start until commited)

3087: THEN
3088: COMMIT WORK;
3089: END IF;
3090: /***************************************************************************
3091: ** Standard check of p_commit (WF won't start until commited)
3092: ***************************************************************************/
3093: IF FND_API.To_Boolean(p_commit)
3094: THEN
3095: COMMIT WORK;

Line 3101: ** Standard call to get message count and if count is > 1, get message info

3097:
3098: END LOOP ASSIGNEES;
3099:
3100: /*****************************************************************************
3101: ** Standard call to get message count and if count is > 1, get message info
3102: *****************************************************************************/
3103: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
3104: , p_data => x_msg_data
3105: );

Line 3400: ** Standard call to check for call compatibility

3396:
3397: BEGIN
3398:
3399: /*****************************************************************************
3400: ** Standard call to check for call compatibility
3401: *****************************************************************************/
3402: IF NOT FND_API.Compatible_API_Call( l_api_version
3403: , p_api_version
3404: , l_api_name

Line 3541: ** Standard check of p_commit (WF won't start until commited)

3537: );
3538:
3539:
3540: /***************************************************************************
3541: ** Standard check of p_commit (WF won't start until commited)
3542: ***************************************************************************/
3543:
3544:
3545: IF FND_API.To_Boolean(p_commit)

Line 3550: ** Standard check of p_commit (WF won't start until commited)

3546: THEN
3547: COMMIT WORK;
3548: END IF;
3549: /***************************************************************************
3550: ** Standard check of p_commit (WF won't start until commited)
3551: ***************************************************************************/
3552: IF FND_API.To_Boolean(p_commit)
3553: THEN
3554: COMMIT WORK;

Line 3560: ** Standard call to get message count and if count is > 1, get message info

3556:
3557: END LOOP ASSIGNEES;
3558:
3559: /*****************************************************************************
3560: ** Standard call to get message count and if count is > 1, get message info
3561: *****************************************************************************/
3562: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
3563: , p_data => x_msg_data
3564: );