DBA Data[Home] [Help]

APPS.EAM_WO_NETWORK_DEFAULT_PVT dependencies on STANDARD

Line 131: -- Standard Start of API savepoint

127: l_child_workorder VARCHAR2(240);
128: l_wo_relationship_exc_tbl EAM_PROCESS_WO_PUB.wo_relationship_exc_tbl_type;
129: BEGIN
130:
131: -- Standard Start of API savepoint
132: SAVEPOINT EAM_WN_ADD_WO;
133:
134: -- Standard call to check for call compatibility.
135: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

Line 134: -- Standard call to check for call compatibility.

130:
131: -- Standard Start of API savepoint
132: SAVEPOINT EAM_WN_ADD_WO;
133:
134: -- Standard call to check for call compatibility.
135: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
136: p_api_version ,
137: l_api_name ,
138: G_PKG_NAME )

Line 694: -- Standard check of p_commit.

690:
691: x_return_status := l_return_status;
692:
693: -- End of API body.
694: -- Standard check of p_commit.
695: IF FND_API.To_Boolean( p_commit ) THEN
696: --dbms_output.put_line('committing');
697: COMMIT WORK;
698: END IF;

Line 901: -- Standard Start of API savepoint

897: BEGIN
898:
899: x_return_status := l_return_status;
900:
901: -- Standard Start of API savepoint
902: SAVEPOINT EAM_WN_RESIZE;
903:
904: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);
905:

Line 2470: -- Standard Start of API savepoint

2466:
2467:
2468:
2469: BEGIN
2470: -- Standard Start of API savepoint
2471: SAVEPOINT EAM_WO_NETWORK_DEFAULT_PVT;
2472: -- Standard call to check for call compatibility.
2473: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2474: p_api_version ,

Line 2472: -- Standard call to check for call compatibility.

2468:
2469: BEGIN
2470: -- Standard Start of API savepoint
2471: SAVEPOINT EAM_WO_NETWORK_DEFAULT_PVT;
2472: -- Standard call to check for call compatibility.
2473: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2474: p_api_version ,
2475: l_api_name ,
2476: G_PKG_NAME )

Line 2556: -- Standard check of p_commit.

2552:
2553:
2554:
2555: -- End of API body.
2556: -- Standard check of p_commit.
2557: IF FND_API.To_Boolean( p_commit ) THEN
2558: --dbms_output.put_line('committing');
2559: COMMIT WORK;
2560: END IF;

Line 2561: -- Standard call to get message count and if count is 1, get message info.

2557: IF FND_API.To_Boolean( p_commit ) THEN
2558: --dbms_output.put_line('committing');
2559: COMMIT WORK;
2560: END IF;
2561: -- Standard call to get message count and if count is 1, get message info.
2562: FND_MSG_PUB.Count_And_Get
2563: ( p_count => x_msg_count ,
2564: p_data => x_msg_data
2565: );

Line 2646: -- Standard Start of API savepoint

2642:
2643:
2644:
2645: BEGIN
2646: -- Standard Start of API savepoint
2647: SAVEPOINT EAM_WO_NETWORK_DEFAULT_PVT;
2648: -- Standard call to check for call compatibility.
2649: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2650: p_api_version ,

Line 2648: -- Standard call to check for call compatibility.

2644:
2645: BEGIN
2646: -- Standard Start of API savepoint
2647: SAVEPOINT EAM_WO_NETWORK_DEFAULT_PVT;
2648: -- Standard call to check for call compatibility.
2649: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2650: p_api_version ,
2651: l_api_name ,
2652: G_PKG_NAME )

Line 2733: -- Standard check of p_commit.

2729:
2730:
2731:
2732: -- End of API body.
2733: -- Standard check of p_commit.
2734: IF FND_API.To_Boolean( p_commit ) THEN
2735: --dbms_output.put_line('committing');
2736: COMMIT WORK;
2737: END IF;

Line 2738: -- Standard call to get message count and if count is 1, get message info.

2734: IF FND_API.To_Boolean( p_commit ) THEN
2735: --dbms_output.put_line('committing');
2736: COMMIT WORK;
2737: END IF;
2738: -- Standard call to get message count and if count is 1, get message info.
2739: FND_MSG_PUB.Count_And_Get
2740: ( p_count => x_msg_count ,
2741: p_data => x_msg_data
2742: );

Line 2829: -- Standard Start of API savepoint

2825:
2826: l_exception_msg VARCHAR2(1000);
2827:
2828: BEGIN
2829: -- Standard Start of API savepoint
2830: SAVEPOINT EAM_WO_NETWORK_DEFAULT_PVT;
2831: -- Standard call to check for call compatibility.
2832: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2833: p_api_version ,

Line 2831: -- Standard call to check for call compatibility.

2827:
2828: BEGIN
2829: -- Standard Start of API savepoint
2830: SAVEPOINT EAM_WO_NETWORK_DEFAULT_PVT;
2831: -- Standard call to check for call compatibility.
2832: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2833: p_api_version ,
2834: l_api_name ,
2835: G_PKG_NAME )

Line 3015: -- Standard check of p_commit.

3011: x_right_snap_window := l_next_level_min_window;
3012:
3013:
3014: -- End of API body.
3015: -- Standard check of p_commit.
3016: IF FND_API.To_Boolean( p_commit ) THEN
3017: --dbms_output.put_line('committing');
3018: COMMIT WORK;
3019: END IF;

Line 3020: -- Standard call to get message count and if count is 1, get message info.

3016: IF FND_API.To_Boolean( p_commit ) THEN
3017: --dbms_output.put_line('committing');
3018: COMMIT WORK;
3019: END IF;
3020: -- Standard call to get message count and if count is 1, get message info.
3021: FND_MSG_PUB.Count_And_Get
3022: ( p_count => x_msg_count ,
3023: p_data => x_msg_data
3024: );

Line 3112: -- Standard Start of API savepoint

3108:
3109: l_exception_msg VARCHAR2(1000);
3110:
3111: BEGIN
3112: -- Standard Start of API savepoint
3113: SAVEPOINT EAM_WO_NETWORK_DEFAULT_PVT;
3114: -- Standard call to check for call compatibility.
3115: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
3116: p_api_version ,

Line 3114: -- Standard call to check for call compatibility.

3110:
3111: BEGIN
3112: -- Standard Start of API savepoint
3113: SAVEPOINT EAM_WO_NETWORK_DEFAULT_PVT;
3114: -- Standard call to check for call compatibility.
3115: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
3116: p_api_version ,
3117: l_api_name ,
3118: G_PKG_NAME )

Line 3296: -- Standard check of p_commit.

3292: x_left_snap_window := l_next_level_min_window;
3293:
3294:
3295: -- End of API body.
3296: -- Standard check of p_commit.
3297: IF FND_API.To_Boolean( p_commit ) THEN
3298: --dbms_output.put_line('committing');
3299: COMMIT WORK;
3300: END IF;

Line 3301: -- Standard call to get message count and if count is 1, get message info.

3297: IF FND_API.To_Boolean( p_commit ) THEN
3298: --dbms_output.put_line('committing');
3299: COMMIT WORK;
3300: END IF;
3301: -- Standard call to get message count and if count is 1, get message info.
3302: FND_MSG_PUB.Count_And_Get
3303: ( p_count => x_msg_count ,
3304: p_data => x_msg_data
3305: );

Line 3405: -- Standard Start of API savepoint

3401: AND WSR.RELATIONSHIP_TYPE = 1;
3402:
3403:
3404: BEGIN
3405: -- Standard Start of API savepoint
3406:
3407: -- Standard call to check for call compatibility.
3408: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
3409: p_api_version ,

Line 3407: -- Standard call to check for call compatibility.

3403:
3404: BEGIN
3405: -- Standard Start of API savepoint
3406:
3407: -- Standard call to check for call compatibility.
3408: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
3409: p_api_version ,
3410: l_api_name ,
3411: G_PKG_NAME )

Line 3546: -- Standard check of p_commit.

3542: END IF;
3543: */
3544:
3545: -- End of API body.
3546: -- Standard check of p_commit.
3547: IF FND_API.To_Boolean( p_commit ) THEN
3548: --dbms_output.put_line('committing');
3549: COMMIT WORK;
3550: END IF;

Line 3551: -- Standard call to get message count and if count is 1, get message info.

3547: IF FND_API.To_Boolean( p_commit ) THEN
3548: --dbms_output.put_line('committing');
3549: COMMIT WORK;
3550: END IF;
3551: -- Standard call to get message count and if count is 1, get message info.
3552: FND_MSG_PUB.Count_And_Get
3553: ( p_count => x_msg_count ,
3554: p_data => x_msg_data
3555: );

Line 3659: -- Standard Start of API savepoint

3655: AND WSR.RELATIONSHIP_TYPE = 1;
3656:
3657:
3658: BEGIN
3659: -- Standard Start of API savepoint
3660:
3661: -- Standard call to check for call compatibility.
3662: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
3663: p_api_version ,

Line 3661: -- Standard call to check for call compatibility.

3657:
3658: BEGIN
3659: -- Standard Start of API savepoint
3660:
3661: -- Standard call to check for call compatibility.
3662: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
3663: p_api_version ,
3664: l_api_name ,
3665: G_PKG_NAME )

Line 3801: -- Standard check of p_commit.

3797: */
3798:
3799:
3800: -- End of API body.
3801: -- Standard check of p_commit.
3802: IF FND_API.To_Boolean( p_commit ) THEN
3803: --dbms_output.put_line('committing');
3804: COMMIT WORK;
3805: END IF;

Line 3806: -- Standard call to get message count and if count is 1, get message info.

3802: IF FND_API.To_Boolean( p_commit ) THEN
3803: --dbms_output.put_line('committing');
3804: COMMIT WORK;
3805: END IF;
3806: -- Standard call to get message count and if count is 1, get message info.
3807: FND_MSG_PUB.Count_And_Get
3808: ( p_count => x_msg_count ,
3809: p_data => x_msg_data
3810: );