DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_PVT dependencies on STANDARD

Line 192: -- Standard Start of API savepoint

188:
189: BEGIN
190:
191:
192: -- Standard Start of API savepoint
193:
194: SAVEPOINT CREATE_DEBRIEF_HEADER_PVT;
195: -- Standard call to check for call compatibility.
196:

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

191:
192: -- Standard Start of API savepoint
193:
194: SAVEPOINT CREATE_DEBRIEF_HEADER_PVT;
195: -- Standard call to check for call compatibility.
196:
197: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
198: p_api_version_number,
199: l_api_name,

Line 445: -- Standard check for p_commit

441: END IF;
442: END IF;
443:
444:
445: -- Standard check for p_commit
446: IF FND_API.to_Boolean( p_commit )
447: THEN
448: COMMIT WORK;
449: END IF;

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

448: COMMIT WORK;
449: END IF;
450:
451:
452: -- Standard call to get message count and if count is 1, get message info.
453: FND_MSG_PUB.Count_And_Get
454: ( p_count => x_msg_count,
455: p_data => x_msg_data
456: );

Line 541: -- Standard Start of API savepoint

537: where jta.task_assignment_id = p_debrief_rec.TASK_ASSIGNMENT_ID;
538:
539: BEGIN
540:
541: -- Standard Start of API savepoint
542: SAVEPOINT UPDATE_DEBRIEF_PVT;
543: -- Standard call to check for call compatibility.
544:
545: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

539: BEGIN
540:
541: -- Standard Start of API savepoint
542: SAVEPOINT UPDATE_DEBRIEF_PVT;
543: -- Standard call to check for call compatibility.
544:
545: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
546: p_api_version_number,
547: l_api_name,

Line 694: -- Standard check for p_commit

690: --
691: -- End of API body.
692: --
693:
694: -- Standard check for p_commit
695: IF FND_API.to_Boolean( p_commit )
696: THEN
697: COMMIT WORK;
698: END IF;

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

696: THEN
697: COMMIT WORK;
698: END IF;
699:
700: -- Standard call to get message count and if count is 1, get message info.
701: FND_MSG_PUB.Count_And_Get
702: ( p_count => x_msg_count,
703: p_data => x_msg_data
704: );

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

787: close c;
788: end if;
789: END IF;
790:
791: -- Standard call to get message count and if count is 1, get message info.
792: FND_MSG_PUB.Count_And_Get
793: ( p_count => x_msg_count,
794: p_data => x_msg_data
795: );

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

824: FND_MSG_PUB.ADD;
825: END IF;
826: END IF;
827:
828: -- Standard call to get message count and if count is 1, get message info.
829: FND_MSG_PUB.Count_And_Get
830: ( p_count => x_msg_count,
831: p_data => x_msg_data
832: );

Line 1051: -- Standard Start of API savepoint

1047: BEGIN
1048:
1049: z_debrief_line_number := p_debrief_line_tbl(1).debrief_line_number ;
1050:
1051: -- Standard Start of API savepoint
1052:
1053: SAVEPOINT CREATE_DEBRIEF_LINE_PVT;
1054:
1055: -- Standard call to check for call compatibility.

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

1051: -- Standard Start of API savepoint
1052:
1053: SAVEPOINT CREATE_DEBRIEF_LINE_PVT;
1054:
1055: -- Standard call to check for call compatibility.
1056: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1057: p_api_version_number,
1058: l_api_name,
1059: G_PKG_NAME)

Line 1691: -- Standard check for p_commit

1687: FALSE,
1688: 1.0,
1689: p_debrief_line_rec.debrief_header_id);
1690: end if;
1691: -- Standard check for p_commit
1692: IF FND_API.to_Boolean( p_commit )
1693: THEN
1694: COMMIT WORK;
1695: END IF;

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

1695: END IF;
1696:
1697: END IF;
1698:
1699: -- Standard call to get message count and if count is 1, get message info.
1700: FND_MSG_PUB.Count_And_Get
1701: ( p_count => x_msg_count,
1702: p_data => x_msg_data
1703: );

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

1776: end if;
1777: close validate_ta_status ;
1778: END IF;
1779:
1780: -- Standard call to get message count and if count is 1, get message info.
1781: FND_MSG_PUB.Count_And_Get
1782: ( p_count => x_msg_count,
1783: p_data => x_msg_data
1784: );

Line 1905: -- Standard Start of API savepoint

1901: if p_debrief_line_rec.receiving_inventory_org_id = fnd_api.g_miss_num then
1902: l_receiving_inventory_org_id := null;
1903: end if;
1904:
1905: -- Standard Start of API savepoint
1906: SAVEPOINT UPDATE_DEBRIEF_LINE_PVT;
1907:
1908: -- Standard call to check for call compatibility.
1909: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1904:
1905: -- Standard Start of API savepoint
1906: SAVEPOINT UPDATE_DEBRIEF_LINE_PVT;
1907:
1908: -- Standard call to check for call compatibility.
1909: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1910: p_api_version_number,
1911: l_api_name,
1912: G_PKG_NAME)

Line 2338: -- Standard check for p_commit

2334: 1.0,
2335: p_debrief_line_rec.debrief_header_id);
2336: end if;
2337:
2338: -- Standard check for p_commit
2339: IF FND_API.to_Boolean( p_commit )
2340: THEN
2341: COMMIT WORK;
2342: END IF;

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

2348: FND_MESSAGE.Set_Token ('INFO', G_PKG_NAME, FALSE);
2349: FND_MSG_PUB.Add;
2350: END IF;
2351:
2352: -- Standard call to get message count and if count is 1, get message info.
2353: FND_MSG_PUB.Count_And_Get
2354: ( p_count => x_msg_count,
2355: p_data => x_msg_data
2356: );

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

2410: FND_MSG_PUB.ADD;
2411: END IF;
2412: END IF;
2413:
2414: -- Standard call to get message count and if count is 1, get message info.
2415: FND_MSG_PUB.Count_And_Get
2416: ( p_count => x_msg_count,
2417: p_data => x_msg_data
2418: );

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

2461: FND_MSG_PUB.ADD;
2462: END IF;
2463: END IF;
2464:
2465: -- Standard call to get message count and if count is 1, get message info.
2466: FND_MSG_PUB.Count_And_Get
2467: ( p_count => x_msg_count,
2468: p_data => x_msg_data);
2469:

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

2504: FND_MESSAGE.Set_Name('CSF','CSF_DEBRIEF_INVENTORY_ITEM_ID');
2505: FND_MSG_PUB.ADD;
2506: END IF;
2507: END IF;
2508: -- Standard call to get message count and if count is 1, get message info.
2509: FND_MSG_PUB.Count_And_Get
2510: ( p_count => x_msg_count,
2511: p_data => x_msg_data
2512: );

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

2551: end if;
2552: close get_instance_id;
2553: END IF;
2554:
2555: -- Standard call to get message count and if count is 1, get message info.
2556: FND_MSG_PUB.Count_And_Get
2557: ( p_count => x_msg_count,
2558: p_data => x_msg_data
2559: );

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

2600: END IF;
2601: end if;
2602: close validate_header_id ;
2603: END IF;
2604: -- Standard call to get message count and if count is 1, get message info.
2605: FND_MSG_PUB.Count_And_Get
2606: ( p_count => x_msg_count,
2607: p_data => x_msg_data
2608: );

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

2640: FND_MSG_PUB.ADD;
2641: END IF;
2642: END IF;
2643:
2644: -- Standard call to get message count and if count is 1, get message info.
2645: FND_MSG_PUB.Count_And_Get
2646: ( p_count => x_msg_count,
2647: p_data => x_msg_data
2648: );

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

2690: end if;
2691: close get_business_process_id;
2692: END IF;
2693:
2694: -- Standard call to get message count and if count is 1, get message info.
2695: FND_MSG_PUB.Count_And_Get
2696: ( p_count => x_msg_count,
2697: p_data => x_msg_data
2698: );

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

2738: end if;
2739: close get_transaction_type_id;
2740: END IF;
2741:
2742: -- Standard call to get message count and if count is 1, get message info.
2743: FND_MSG_PUB.Count_And_Get
2744: ( p_count => x_msg_count,
2745: p_data => x_msg_data
2746: );

Line 2776: -- Standard Start of API savepoint

2772: l_interaction_id number;
2773: l_activity_id number;
2774: l_msg_index_out number;
2775: Begin
2776: -- Standard Start of API savepoint
2777: SAVEPOINT CREATE_INTERACTION;
2778: -- Standard call to check for call compatibility.
2779:
2780: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

2774: l_msg_index_out number;
2775: Begin
2776: -- Standard Start of API savepoint
2777: SAVEPOINT CREATE_INTERACTION;
2778: -- Standard call to check for call compatibility.
2779:
2780: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2781: p_api_version_number,
2782: l_api_name,

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

3271: x_return_status := FND_API.G_RET_STS_ERROR;
3272: FND_MESSAGE.Set_Name('CSF','CSF_DEBRIEF_PENDING');
3273: FND_MSG_PUB.ADD;
3274: end if;
3275: -- Standard call to get message count and if count is 1, get message info.
3276: FND_MSG_PUB.Count_And_Get
3277: ( p_count => x_msg_count,
3278: p_data => x_msg_data);
3279: END CLOSE_DEBRIEF;