DBA Data[Home] [Help]

APPS.PV_PRGM_PMT_MODE_PVT dependencies on PVX_UTILITY_PVT

Line 87: PVX_UTILITY_PVT.debug_message('No Data found for the payment method description in Get_Pmnt_Mode_Desc');

83: ||' Program Id: '||p_program_id
84: ||' Geo Hierarchy Id: '|| p_geo_hierarchy_id);
85: FND_MSG_PUB.add;
86: IF (PV_DEBUG_HIGH_ON) THEN
87: PVX_UTILITY_PVT.debug_message('No Data found for the payment method description in Get_Pmnt_Mode_Desc');
88: END IF;
89: RAISE FND_API.G_EXC_ERROR;
90: END IF;
91: CLOSE c_get_pv_prgm_pmt_mode;

Line 142: PVX_UTILITY_PVT.debug_message('No Data found for the payment method description');

138: FND_MESSAGE.set_token('ID','No Data found in c_get_geo_hierarchy');
139: FND_MSG_PUB.add;
140: IF (PV_DEBUG_HIGH_ON) THEN
141:
142: PVX_UTILITY_PVT.debug_message('No Data found for the payment method description');
143: END IF;
144: RAISE FND_API.G_EXC_ERROR;
145: END IF;
146: CLOSE c_get_geo_hierarchy;

Line 231: PVX_UTILITY_PVT.debug_message('Private API: '||l_full_name||' - start');

227:
228: -- Debug Message
229: IF (PV_DEBUG_HIGH_ON) THEN
230:
231: PVX_UTILITY_PVT.debug_message('Private API: '||l_full_name||' - start');
232: END IF;
233:
234:
235: -- Initialize API return status to SUCCESS

Line 244: PVX_Utility_PVT.debug_message(l_full_name ||': validate');

240: IF (PV_DEBUG_HIGH_ON) THEN
241:
242:
243:
244: PVX_Utility_PVT.debug_message(l_full_name ||': validate');
245:
246: END IF;
247:
248: IF FND_GLOBAL.User_Id IS NULL THEN

Line 258: PVX_Utility_PVT.debug_message(l_prgm_pmt_mode_rec.geo_hierarchy_id ||'l_prgm_pmt_mode_rec.geo_hierarchy_id');

254: l_create := true;
255: IF l_prgm_pmt_mode_rec.mode_of_payment = 'PO_NUM_DISABLED' or l_prgm_pmt_mode_rec.mode_of_payment = 'PO_NUM_ENABLED' THEN
256: FOR x in c_prgm_pmt_mode_id (l_prgm_pmt_mode_rec.geo_hierarchy_id) LOOP
257: IF (PV_DEBUG_HIGH_ON) THEN
258: PVX_Utility_PVT.debug_message(l_prgm_pmt_mode_rec.geo_hierarchy_id ||'l_prgm_pmt_mode_rec.geo_hierarchy_id');
259: PVX_Utility_PVT.debug_message(x.program_payment_mode_id ||'x.program_payment_mode_id');
260: PVX_Utility_PVT.debug_message(x.object_version_number ||'x.object_version_number');
261: END IF;
262: l_create := false;

Line 259: PVX_Utility_PVT.debug_message(x.program_payment_mode_id ||'x.program_payment_mode_id');

255: IF l_prgm_pmt_mode_rec.mode_of_payment = 'PO_NUM_DISABLED' or l_prgm_pmt_mode_rec.mode_of_payment = 'PO_NUM_ENABLED' THEN
256: FOR x in c_prgm_pmt_mode_id (l_prgm_pmt_mode_rec.geo_hierarchy_id) LOOP
257: IF (PV_DEBUG_HIGH_ON) THEN
258: PVX_Utility_PVT.debug_message(l_prgm_pmt_mode_rec.geo_hierarchy_id ||'l_prgm_pmt_mode_rec.geo_hierarchy_id');
259: PVX_Utility_PVT.debug_message(x.program_payment_mode_id ||'x.program_payment_mode_id');
260: PVX_Utility_PVT.debug_message(x.object_version_number ||'x.object_version_number');
261: END IF;
262: l_create := false;
263:

Line 260: PVX_Utility_PVT.debug_message(x.object_version_number ||'x.object_version_number');

256: FOR x in c_prgm_pmt_mode_id (l_prgm_pmt_mode_rec.geo_hierarchy_id) LOOP
257: IF (PV_DEBUG_HIGH_ON) THEN
258: PVX_Utility_PVT.debug_message(l_prgm_pmt_mode_rec.geo_hierarchy_id ||'l_prgm_pmt_mode_rec.geo_hierarchy_id');
259: PVX_Utility_PVT.debug_message(x.program_payment_mode_id ||'x.program_payment_mode_id');
260: PVX_Utility_PVT.debug_message(x.object_version_number ||'x.object_version_number');
261: END IF;
262: l_create := false;
263:
264: if(x.MODE_OF_PAYMENT <> l_prgm_pmt_mode_rec.mode_of_payment) then

Line 305: PVX_UTILITY_PVT.debug_message('Private API: ' || l_full_name || ' - program_payment_mode_id = '|| l_prgm_pmt_mode_rec.program_payment_mode_id);

301:
302: -- Debug message
303: IF (PV_DEBUG_HIGH_ON) THEN
304:
305: PVX_UTILITY_PVT.debug_message('Private API: ' || l_full_name || ' - program_payment_mode_id = '|| l_prgm_pmt_mode_rec.program_payment_mode_id);
306: END IF;
307:
308: IF ( P_validation_level >= FND_API.G_VALID_LEVEL_FULL) THEN
309: -- Debug message

Line 312: PVX_UTILITY_PVT.debug_message('Private API: ' || l_full_name || ' - Validate_Prgm_Pmt_Mode');

308: IF ( P_validation_level >= FND_API.G_VALID_LEVEL_FULL) THEN
309: -- Debug message
310: IF (PV_DEBUG_HIGH_ON) THEN
311:
312: PVX_UTILITY_PVT.debug_message('Private API: ' || l_full_name || ' - Validate_Prgm_Pmt_Mode');
313: END IF;
314:
315: -- Populate the default required items
316: l_prgm_pmt_mode_rec.last_update_date := SYSDATE;

Line 337: PVX_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' - Validate_Prgm_Pmt_Mode return_status = ' || x_return_status );

333: );
334: -- Debug message
335: IF (PV_DEBUG_HIGH_ON) THEN
336:
337: PVX_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' - Validate_Prgm_Pmt_Mode return_status = ' || x_return_status );
338: END IF;
339: END IF;
340:
341: IF x_return_status<>FND_API.G_RET_STS_SUCCESS THEN

Line 354: PVX_UTILITY_PVT.debug_message( 'Private API:' || l_full_name || ' - Calling create table handler');

350:
351: -- Debug Message
352: IF (PV_DEBUG_HIGH_ON) THEN
353:
354: PVX_UTILITY_PVT.debug_message( 'Private API:' || l_full_name || ' - Calling create table handler');
355: END IF;
356:
357: -- Invoke table handler(PV_PRGM_PMT_MODE_PKG.Insert_Row)
358: PV_PRGM_PMT_MODE_PKG.Insert_Row(

Line 390: PVX_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' - end');

386:
387: -- Debug Message
388: IF (PV_DEBUG_HIGH_ON) THEN
389:
390: PVX_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' - end');
391: END IF;
392:
393: -- Standard check for p_commit
394: IF FND_API.to_Boolean( p_commit ) THEN

Line 522: PVX_Utility_PVT.debug_message('Private API: '||l_full_name||' - Close Cursor');

518:
519: -- Debug Message
520: IF (PV_DEBUG_HIGH_ON) THEN
521:
522: PVX_Utility_PVT.debug_message('Private API: '||l_full_name||' - Close Cursor');
523: END IF;
524: CLOSE c_get_prgm_pmt_mode;
525:
526: If (l_tar_prgm_pmt_mode_rec.object_version_number is NULL or

Line 564: PVX_UTILITY_PVT.debug_message('X_return_status from delete api to delete the duplicate record ' || x_return_status);

560: ,p_object_version_number => y.object_version_number
561: );
562:
563: IF (PV_DEBUG_HIGH_ON) THEN
564: PVX_UTILITY_PVT.debug_message('X_return_status from delete api to delete the duplicate record ' || x_return_status);
565: PVX_UTILITY_PVT.debug_message('x_msg_count from delete api to delete the duplicate record ' || x_msg_count);
566: PVX_UTILITY_PVT.debug_message('x_msg_data from delete api to delete the duplicate record ' || x_msg_data);
567: END IF;
568:

Line 565: PVX_UTILITY_PVT.debug_message('x_msg_count from delete api to delete the duplicate record ' || x_msg_count);

561: );
562:
563: IF (PV_DEBUG_HIGH_ON) THEN
564: PVX_UTILITY_PVT.debug_message('X_return_status from delete api to delete the duplicate record ' || x_return_status);
565: PVX_UTILITY_PVT.debug_message('x_msg_count from delete api to delete the duplicate record ' || x_msg_count);
566: PVX_UTILITY_PVT.debug_message('x_msg_data from delete api to delete the duplicate record ' || x_msg_data);
567: END IF;
568:
569: IF x_return_status = FND_API.g_ret_sts_error THEN

Line 566: PVX_UTILITY_PVT.debug_message('x_msg_data from delete api to delete the duplicate record ' || x_msg_data);

562:
563: IF (PV_DEBUG_HIGH_ON) THEN
564: PVX_UTILITY_PVT.debug_message('X_return_status from delete api to delete the duplicate record ' || x_return_status);
565: PVX_UTILITY_PVT.debug_message('x_msg_count from delete api to delete the duplicate record ' || x_msg_count);
566: PVX_UTILITY_PVT.debug_message('x_msg_data from delete api to delete the duplicate record ' || x_msg_data);
567: END IF;
568:
569: IF x_return_status = FND_API.g_ret_sts_error THEN
570: RAISE FND_API.g_exc_error;

Line 591: PVX_Utility_PVT.debug_message('Private API: '||l_full_name||' - Validate_Prgm_Pmt_Mode');

587: IF ( p_validation_level >= FND_API.G_VALID_LEVEL_FULL) THEN
588: -- Debug message
589: IF (PV_DEBUG_HIGH_ON) THEN
590:
591: PVX_Utility_PVT.debug_message('Private API: '||l_full_name||' - Validate_Prgm_Pmt_Mode');
592: END IF;
593:
594: -- Invoke validation procedures
595: Validate_Prgm_Pmt_Mode(

Line 622: PVX_Utility_PVT.debug_message('Private API: '||l_full_name||' - Calling update table handler');

618:
619: -- Debug Message
620: IF (PV_DEBUG_HIGH_ON) THEN
621:
622: PVX_Utility_PVT.debug_message('Private API: '||l_full_name||' - Calling update table handler');
623: END IF;
624:
625: -- Invoke table handler(PV_PRGM_PMT_MODE_PKG.Update_Row)
626: PV_PRGM_PMT_MODE_PKG.Update_Row(

Line 654: PVX_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' - end');

650:
651: -- Debug Message
652: IF (PV_DEBUG_HIGH_ON) THEN
653:
654: PVX_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' - end');
655: END IF;
656:
657: EXCEPTION
658: WHEN FND_API.G_EXC_ERROR THEN

Line 723: PVX_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' - start');

719:
720: -- Debug Message
721: IF (PV_DEBUG_HIGH_ON) THEN
722:
723: PVX_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' - start');
724: END IF;
725:
726: -- Standard call to check for call compatibility.
727: IF NOT FND_API.Compatible_API_Call (l_api_version_number

Line 748: PVX_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');

744:
745: -- Debug Message
746: IF (PV_DEBUG_HIGH_ON) THEN
747:
748: PVX_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
749: END IF;
750:
751: -- Invoke table handler(PV_PRGM_PMT_MODE_PKG.Delete_Row)
752: PV_PRGM_PMT_MODE_PKG.Delete_Row(

Line 771: PVX_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' - end');

767:
768: -- Debug Message
769: IF (PV_DEBUG_HIGH_ON) THEN
770:
771: PVX_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' - end');
772: END IF;
773:
774: EXCEPTION
775: WHEN FND_API.G_EXC_ERROR THEN

Line 843: PVX_UTILITY_PVT.debug_message('Private API: '||l_full_name||' - start');

839:
840: -- Debug Message
841: IF (PV_DEBUG_HIGH_ON) THEN
842:
843: PVX_UTILITY_PVT.debug_message('Private API: '||l_full_name||' - start');
844: END IF;
845:
846: -- Initialize message list if p_init_msg_list is set to TRUE.
847: IF FND_API.to_Boolean( p_init_msg_list )

Line 874: PVX_UTILITY_PVT.debug_message(l_full_name||': start');

870: IF (PV_DEBUG_HIGH_ON) THEN
871:
872:
873:
874: PVX_UTILITY_PVT.debug_message(l_full_name||': start');
875:
876: END IF;
877: OPEN c_prgm_pmt_mode;
878:

Line 902: PVX_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' - end');

898:
899: -- Debug Message
900: IF (PV_DEBUG_HIGH_ON) THEN
901:
902: PVX_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' - end');
903: END IF;
904:
905: EXCEPTION
906: /*

Line 907: WHEN PVX_UTILITY_PVT.resource_locked THEN

903: END IF;
904:
905: EXCEPTION
906: /*
907: WHEN PVX_UTILITY_PVT.resource_locked THEN
908: x_return_status := FND_API.g_ret_sts_error;
909: PVX_Utility_PVT.Error_Message(p_message_name => 'PV_API_RESOURCE_LOCKED');
910: */
911: WHEN FND_API.G_EXC_ERROR THEN

Line 909: PVX_Utility_PVT.Error_Message(p_message_name => 'PV_API_RESOURCE_LOCKED');

905: EXCEPTION
906: /*
907: WHEN PVX_UTILITY_PVT.resource_locked THEN
908: x_return_status := FND_API.g_ret_sts_error;
909: PVX_Utility_PVT.Error_Message(p_message_name => 'PV_API_RESOURCE_LOCKED');
910: */
911: WHEN FND_API.G_EXC_ERROR THEN
912: ROLLBACK TO Lock_Prgm_Pmt_Mode_PVT;
913: x_return_status := FND_API.G_RET_STS_ERROR;

Line 985: l_valid_flag := PVX_UTILITY_PVT.check_uniqueness(

981:
982: x_return_status := FND_API.g_ret_sts_success;
983: IF p_validation_mode = JTF_PLSQL_API.g_create THEN
984:
985: l_valid_flag := PVX_UTILITY_PVT.check_uniqueness(
986: 'PV_PROGRAM_PAYMENT_MODE',
987: 'program_payment_mode_id = ''' || p_prgm_pmt_mode_rec.program_payment_mode_id ||''''
988: );
989:

Line 1004: PVX_UTILITY_PVT.debug_message('- In Check_UK_Items API' );

1000:
1001: -- Debug message
1002: IF (PV_DEBUG_HIGH_ON) THEN
1003:
1004: PVX_UTILITY_PVT.debug_message('- In Check_UK_Items API' );
1005: END IF;
1006:
1007: l_valid_flag := PVX_UTILITY_PVT.check_uniqueness(
1008: 'PV_PROGRAM_PAYMENT_MODE',

Line 1007: l_valid_flag := PVX_UTILITY_PVT.check_uniqueness(

1003:
1004: PVX_UTILITY_PVT.debug_message('- In Check_UK_Items API' );
1005: END IF;
1006:
1007: l_valid_flag := PVX_UTILITY_PVT.check_uniqueness(
1008: 'PV_PROGRAM_PAYMENT_MODE',
1009: 'mode_type = '''||
1010: p_prgm_pmt_mode_rec.mode_type ||
1011: ''' and mode_of_payment = '''||

Line 1161: PVX_UTILITY_PVT.debug_message('- In Check_Req_Items API Before Created_by Check' );

1157:
1158: -- Debug message
1159: IF (PV_DEBUG_HIGH_ON) THEN
1160:
1161: PVX_UTILITY_PVT.debug_message('- In Check_Req_Items API Before Created_by Check' );
1162: END IF;
1163:
1164: IF p_prgm_pmt_mode_rec.created_by = FND_API.g_miss_num OR
1165: p_prgm_pmt_mode_rec.created_by IS NULL THEN

Line 1233: PVX_UTILITY_PVT.debug_message('In Check_FK_Items : Before PROGRAM_ID fk check : PROGRAM_ID ' || p_prgm_pmt_mode_rec.PROGRAM_ID);

1229:
1230: -- Debug message
1231: IF (PV_DEBUG_HIGH_ON) THEN
1232:
1233: PVX_UTILITY_PVT.debug_message('In Check_FK_Items : Before PROGRAM_ID fk check : PROGRAM_ID ' || p_prgm_pmt_mode_rec.PROGRAM_ID);
1234: END IF;
1235:
1236: IF PVX_Utility_PVT.check_fk_exists(
1237: 'PV_PARTNER_PROGRAM_B', -- Parent schema object having the primary key

Line 1236: IF PVX_Utility_PVT.check_fk_exists(

1232:
1233: PVX_UTILITY_PVT.debug_message('In Check_FK_Items : Before PROGRAM_ID fk check : PROGRAM_ID ' || p_prgm_pmt_mode_rec.PROGRAM_ID);
1234: END IF;
1235:
1236: IF PVX_Utility_PVT.check_fk_exists(
1237: 'PV_PARTNER_PROGRAM_B', -- Parent schema object having the primary key
1238: 'PROGRAM_ID', -- Column name in the parent object that maps to the fk value
1239: p_prgm_pmt_mode_rec.PROGRAM_ID, -- Value of fk to be validated against the parent object's pk column
1240: PVX_utility_PVT.g_number, -- datatype of fk

Line 1240: PVX_utility_PVT.g_number, -- datatype of fk

1236: IF PVX_Utility_PVT.check_fk_exists(
1237: 'PV_PARTNER_PROGRAM_B', -- Parent schema object having the primary key
1238: 'PROGRAM_ID', -- Column name in the parent object that maps to the fk value
1239: p_prgm_pmt_mode_rec.PROGRAM_ID, -- Value of fk to be validated against the parent object's pk column
1240: PVX_utility_PVT.g_number, -- datatype of fk
1241: NULL
1242: ) = FND_API.g_false
1243: THEN
1244: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_error)

Line 1259: PVX_UTILITY_PVT.debug_message('In Check_FK_Items : After program_id fk check ');

1255: IF (PV_DEBUG_HIGH_ON) THEN
1256:
1257:
1258:
1259: PVX_UTILITY_PVT.debug_message('In Check_FK_Items : After program_id fk check ');
1260:
1261: END IF;
1262:
1263: ----------------------- GEO_HIERARCHY_ID ------------------------

Line 1270: PVX_UTILITY_PVT.debug_message('- In Check_FK_Items : Before GEO_HIERARCHY_ID fk check : GEO_HIERARCHY_ID ' || p_prgm_pmt_mode_rec.GEO_HIERARCHY_ID);

1266:
1267: -- Debug message
1268: IF (PV_DEBUG_HIGH_ON) THEN
1269:
1270: PVX_UTILITY_PVT.debug_message('- In Check_FK_Items : Before GEO_HIERARCHY_ID fk check : GEO_HIERARCHY_ID ' || p_prgm_pmt_mode_rec.GEO_HIERARCHY_ID);
1271: END IF;
1272:
1273: IF PVX_Utility_PVT.check_fk_exists(
1274: 'JTF_LOC_HIERARCHIES_VL', -- Parent schema object having the primary key

Line 1273: IF PVX_Utility_PVT.check_fk_exists(

1269:
1270: PVX_UTILITY_PVT.debug_message('- In Check_FK_Items : Before GEO_HIERARCHY_ID fk check : GEO_HIERARCHY_ID ' || p_prgm_pmt_mode_rec.GEO_HIERARCHY_ID);
1271: END IF;
1272:
1273: IF PVX_Utility_PVT.check_fk_exists(
1274: 'JTF_LOC_HIERARCHIES_VL', -- Parent schema object having the primary key
1275: 'LOCATION_HIERARCHY_ID', -- Column name in the parent object that maps to the fk value
1276: p_prgm_pmt_mode_rec.GEO_HIERARCHY_ID, -- Value of fk to be validated against the parent object's pk column
1277: PVX_UTILITY_PVT.g_number, -- datatype of fk

Line 1277: PVX_UTILITY_PVT.g_number, -- datatype of fk

1273: IF PVX_Utility_PVT.check_fk_exists(
1274: 'JTF_LOC_HIERARCHIES_VL', -- Parent schema object having the primary key
1275: 'LOCATION_HIERARCHY_ID', -- Column name in the parent object that maps to the fk value
1276: p_prgm_pmt_mode_rec.GEO_HIERARCHY_ID, -- Value of fk to be validated against the parent object's pk column
1277: PVX_UTILITY_PVT.g_number, -- datatype of fk
1278: NULL
1279: ) = FND_API.g_false
1280: THEN
1281: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_error)

Line 1306: IF PVX_Utility_PVT.check_lookup_exists(

1302: x_return_status := FND_API.g_ret_sts_success;
1303:
1304: IF p_prgm_pmt_mode_rec.mode_type <> FND_API.g_miss_char THEN
1305:
1306: IF PVX_Utility_PVT.check_lookup_exists(
1307: 'PV_LOOKUPS', -- Look up Table Name
1308: 'PV_MODE_TYPE', -- Lookup Type
1309: p_prgm_pmt_mode_rec.mode_type -- Lookup Code
1310: ) = FND_API.g_false

Line 1325: PVX_UTILITY_PVT.debug_message('- In Check_Lookup_Items : After lookup check. x_return_status = '||x_return_status);

1321: END IF;
1322: -- Debug message
1323: IF (PV_DEBUG_HIGH_ON) THEN
1324:
1325: PVX_UTILITY_PVT.debug_message('- In Check_Lookup_Items : After lookup check. x_return_status = '||x_return_status);
1326: END IF;
1327:
1328: END Check_Lookup_Items;
1329:

Line 1349: PVX_UTILITY_PVT.debug_message('- Check_Items API prior to Check_Req_Items call');

1345:
1346: -- Debug message
1347: IF (PV_DEBUG_HIGH_ON) THEN
1348:
1349: PVX_UTILITY_PVT.debug_message('- Check_Items API prior to Check_Req_Items call');
1350: END IF;
1351:
1352: -- Check Items Required/NOT NULL API calls
1353: Check_Req_Items(

Line 1362: PVX_UTILITY_PVT.debug_message('- After Check_Req_Items. return status = ' || x_return_status);

1358:
1359: -- Debug message
1360: IF (PV_DEBUG_HIGH_ON) THEN
1361:
1362: PVX_UTILITY_PVT.debug_message('- After Check_Req_Items. return status = ' || x_return_status);
1363: END IF;
1364:
1365: IF x_return_status <> FND_API.g_ret_sts_success THEN
1366: RETURN;

Line 1372: PVX_UTILITY_PVT.debug_message('- Check_Items API prior to Check_UK_Items call');

1368:
1369: -- Debug message
1370: IF (PV_DEBUG_HIGH_ON) THEN
1371:
1372: PVX_UTILITY_PVT.debug_message('- Check_Items API prior to Check_UK_Items call');
1373: END IF;
1374:
1375: -- Check Items Uniqueness API calls
1376: Check_UK_Items(

Line 1385: PVX_UTILITY_PVT.debug_message('- After Check_UK_Items. return status = ' || x_return_status);

1381:
1382: -- Debug message
1383: IF (PV_DEBUG_HIGH_ON) THEN
1384:
1385: PVX_UTILITY_PVT.debug_message('- After Check_UK_Items. return status = ' || x_return_status);
1386: END IF;
1387:
1388: IF x_return_status <> FND_API.g_ret_sts_success THEN
1389: RETURN;

Line 1395: PVX_UTILITY_PVT.debug_message('- Check_Items API prior to Check_FK_Items call');

1391:
1392: -- Debug message
1393: IF (PV_DEBUG_HIGH_ON) THEN
1394:
1395: PVX_UTILITY_PVT.debug_message('- Check_Items API prior to Check_FK_Items call');
1396: END IF;
1397:
1398: -- Check Items Foreign Keys API calls
1399: Check_FK_Items(

Line 1407: PVX_UTILITY_PVT.debug_message('- After Check_FK_Items. return status = ' || x_return_status);

1403:
1404: -- Debug message
1405: IF (PV_DEBUG_HIGH_ON) THEN
1406:
1407: PVX_UTILITY_PVT.debug_message('- After Check_FK_Items. return status = ' || x_return_status);
1408: END IF;
1409:
1410: IF x_return_status <> FND_API.g_ret_sts_success THEN
1411: RETURN;

Line 1417: PVX_UTILITY_PVT.debug_message('- Check_Items API prior to Check_Lookup_Items call');

1413:
1414: -- Debug message
1415: IF (PV_DEBUG_HIGH_ON) THEN
1416:
1417: PVX_UTILITY_PVT.debug_message('- Check_Items API prior to Check_Lookup_Items call');
1418: END IF;
1419:
1420: -- Check Items Lookups
1421: Check_Lookup_Items(

Line 1429: PVX_UTILITY_PVT.debug_message('- After Check_Lookup_Items. return status = ' || x_return_status);

1425:
1426: -- Debug message
1427: IF (PV_DEBUG_HIGH_ON) THEN
1428:
1429: PVX_UTILITY_PVT.debug_message('- After Check_Lookup_Items. return status = ' || x_return_status);
1430: END IF;
1431:
1432: IF x_return_status <> FND_API.g_ret_sts_success THEN
1433: RETURN;

Line 1466: PVX_UTILITY_PVT.debug_message('- In Complete_Rec API prior to assigning program_id');

1462:
1463: -- Debug message
1464: IF (PV_DEBUG_HIGH_ON) THEN
1465:
1466: PVX_UTILITY_PVT.debug_message('- In Complete_Rec API prior to assigning program_id');
1467: END IF;
1468:
1469: -- program_payment_mode_id
1470:

Line 1595: PVX_UTILITY_PVT.debug_message(' Private API: ' || l_full_name || ' - start');

1591:
1592: -- Debug Message
1593: IF (PV_DEBUG_HIGH_ON) THEN
1594:
1595: PVX_UTILITY_PVT.debug_message(' Private API: ' || l_full_name || ' - start');
1596: END IF;
1597:
1598: IF p_validation_level >= JTF_PLSQL_API.g_valid_level_item THEN
1599: -- Debug message

Line 1602: PVX_UTILITY_PVT.debug_message(' Private API: ' || l_full_name || ' - prior to Check_Items call');

1598: IF p_validation_level >= JTF_PLSQL_API.g_valid_level_item THEN
1599: -- Debug message
1600: IF (PV_DEBUG_HIGH_ON) THEN
1601:
1602: PVX_UTILITY_PVT.debug_message(' Private API: ' || l_full_name || ' - prior to Check_Items call');
1603: END IF;
1604:
1605: Check_Items(
1606: p_prgm_pmt_mode_rec => p_prgm_pmt_mode_rec

Line 1614: PVX_UTILITY_PVT.debug_message(' Private API: ' || l_full_name || ' - return status after Check_Items call ' || x_return_status);

1610:
1611: -- Debug message
1612: IF (PV_DEBUG_HIGH_ON) THEN
1613:
1614: PVX_UTILITY_PVT.debug_message(' Private API: ' || l_full_name || ' - return status after Check_Items call ' || x_return_status);
1615: END IF;
1616:
1617: IF x_return_status = FND_API.G_RET_STS_ERROR THEN
1618: RAISE FND_API.G_EXC_ERROR;

Line 1645: PVX_UTILITY_PVT.debug_message('Private API: ' || l_full_name || ' - end');

1641:
1642: -- Debug Message
1643: IF (PV_DEBUG_HIGH_ON) THEN
1644:
1645: PVX_UTILITY_PVT.debug_message('Private API: ' || l_full_name || ' - end');
1646: END IF;
1647:
1648: -- Standard call to get message count and if count is 1, get message info.
1649: FND_MSG_PUB.Count_And_Get

Line 1722: PVX_UTILITY_PVT.debug_message('Private API: Validate_dm_model_rec');

1718:
1719: -- Debug Message
1720: IF (PV_DEBUG_HIGH_ON) THEN
1721:
1722: PVX_UTILITY_PVT.debug_message('Private API: Validate_dm_model_rec');
1723: END IF;
1724:
1725: -- Standard call to get message count and if count is 1, get message info.
1726: FND_MSG_PUB.Count_And_Get (