DBA Data[Home] [Help]

APPS.AHL_DI_SUBSCRIPTION_PUB dependencies on STANDARD

Line 150: -- Standard Start of API savepoint

146: -- Enhancement #2525108: pbarman april 2003
147: l_purchase_order_no VARCHAR2(20);
148:
149: BEGIN
150: -- Standard Start of API savepoint
151: SAVEPOINT create_subscription;
152: -- Check if API is called in debug mode. If yes, enable debug.
153: IF G_DEBUG='Y' THEN
154: AHL_DEBUG_PUB.enable_debug;

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

160: AHL_DEBUG_PUB.debug( 'enter ahl_di_subscription_pub.Create Subscription','+SUB+');
161:
162: END IF;
163: END IF;
164: -- Standard call to check for call compatibility.
165: IF FND_API.to_boolean(l_init_msg_list)
166: THEN
167: FND_MSG_PUB.initialize;
168: END IF;

Line 499: -- Standard call to get message count and if count is get message info.

495:
496: /*---------------------------------------------------------*/
497: /* End ; Date : Dec 20 2001 */
498: /*---------------------------------------------------------*/
499: -- Standard call to get message count and if count is get message info.
500: l_msg_count := FND_MSG_PUB.count_msg;
501:
502: IF l_msg_count > 0 THEN
503: X_msg_count := l_msg_count;

Line 529: -- Standard call to get message count and if count is get message info.

525: x_msg_count => l_msg_count ,
526: x_msg_data => l_msg_data
527: );
528:
529: -- Standard call to get message count and if count is get message info.
530: l_msg_count := FND_MSG_PUB.count_msg;
531:
532: IF l_msg_count > 0 THEN
533: X_msg_count := l_msg_count;

Line 616: -- Standard check of p_commit.

612: /*---------------------------------------------------------*/
613:
614:
615:
616: -- Standard check of p_commit.
617: IF FND_API.TO_BOOLEAN(p_commit) THEN
618: COMMIT;
619: END IF;
620: -- Debug info

Line 800: -- Standard Start of API savepoint

796: -- Enhancement #2525108: pbarman april 2003
797: l_purchase_order_no VARCHAR2(20);
798:
799: BEGIN
800: -- Standard Start of API savepoint
801: SAVEPOINT modify_subscription;
802: -- Check if API is called in debug mode. If yes, enable debug.
803: IF G_DEBUG='Y' THEN
804: AHL_DEBUG_PUB.enable_debug;

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

810: AHL_DEBUG_PUB.debug( 'enter ahl_di_subscription_pub.Modify Subscription','+SUB+');
811:
812: END IF;
813: END IF;
814: -- Standard call to check for call compatibility.
815: IF FND_API.to_boolean(l_init_msg_list)
816: THEN
817: FND_MSG_PUB.initialize;
818: END IF;

Line 1165: -- Standard call to get message count and if count is get message info.

1161: /*---------------------------------------------------------*/
1162: /* End ; Date : Dec 20 2001 */
1163: /*---------------------------------------------------------*/
1164:
1165: -- Standard call to get message count and if count is get message info.
1166: l_msg_count := FND_MSG_PUB.count_msg;
1167: --
1168: IF l_msg_count > 0 THEN
1169: X_msg_count := l_msg_count;

Line 1198: -- Standard call to get message count and if count is get message info.

1194: x_msg_count => l_msg_count ,
1195: x_msg_data => l_msg_data
1196: );
1197:
1198: -- Standard call to get message count and if count is get message info.
1199: l_msg_count := FND_MSG_PUB.count_msg;
1200: --
1201: IF l_msg_count > 0 THEN
1202: X_msg_count := l_msg_count;

Line 1276: -- Standard check of p_commit.

1272: /*---------------------------------------------------------*/
1273: /* End ; Date : Dec 20 2001 */
1274: /*---------------------------------------------------------*/
1275:
1276: -- Standard check of p_commit.
1277: IF FND_API.TO_BOOLEAN(p_commit) THEN
1278: COMMIT;
1279: END IF;
1280: