DBA Data[Home] [Help]

APPS.CTO_CHANGE_ORDER_PK dependencies on CTO_MSG_PUB

Line 755: CTO_MSG_PUB.cto_message('BOM','CTO_OSS_INVALID_SHIP_ORG');

751:
752: Exception When No_data_found then
753: oe_debug_pub.add('Change Notify: New Ship from org '||pchgtype(i).new_value||' is not valid',1);
754: l_valid_ship_from_org := 'N';
755: CTO_MSG_PUB.cto_message('BOM','CTO_OSS_INVALID_SHIP_ORG');
756: raise FND_API.G_EXC_ERROR;
757: End;
758: Else
759: oe_debug_pub.add('Change_Notify : Item is not option Specific...',1);

Line 1081: CTO_MSG_PUB.cto_message('BOM',x_err_name);

1077: IF PG_DEBUG <> 0 THEN
1078: oe_debug_pub.add('Change_Notify: ' || 'Delink failed....',5);
1079: END IF;
1080:
1081: CTO_MSG_PUB.cto_message('BOM',x_err_name);
1082: raise FND_API.G_EXC_ERROR;
1083:
1084: END IF;
1085:

Line 1215: CTO_MSG_PUB.count_and_get(p_msg_count => X_Msg_Count,

1211: WHEN FND_API.G_EXC_ERROR THEN
1212: IF PG_DEBUG <> 0 THEN
1213: oe_debug_pub.add('Change_Notify: ' || 'Expected error in CHANGE_NOTIFY. Last stmt executed is ..'|| to_char(lStmtNumber),1);
1214: END IF;
1215: CTO_MSG_PUB.count_and_get(p_msg_count => X_Msg_Count,
1216: p_msg_data => X_Msg_Data);
1217: x_return_status := FND_API.G_RET_STS_ERROR;
1218:
1219:

Line 1224: CTO_MSG_PUB.count_and_get(p_msg_count => X_Msg_Count,

1220: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1221: IF PG_DEBUG <> 0 THEN
1222: oe_debug_pub.add('Change_Notify: ' || 'UnExpected error in CHANGE_NOTIFY. Last stmt executed is ..'|| to_char(lStmtNumber),1);
1223: END IF;
1224: CTO_MSG_PUB.count_and_get(p_msg_count => X_Msg_Count,
1225: p_msg_data => X_Msg_Data);
1226: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1227:
1228:

Line 1235: CTO_MSG_PUB.count_and_get(p_msg_count => X_Msg_Count,

1231: oe_debug_pub.add('Change_Notify: ' || 'OTHERS excepn in CHANGE_NOTIFY. Last stmt executed is ..'|| to_char(lStmtNumber),1);
1232:
1233: oe_debug_pub.add('Change_Notify: ' || 'The error message is ..'||sqlerrm,2);
1234: END IF;
1235: CTO_MSG_PUB.count_and_get(p_msg_count => X_Msg_Count,
1236: p_msg_data => X_Msg_Data);
1237: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1238:
1239: End CHANGE_NOTIFY;

Line 2388: CTO_MSG_PUB.count_and_get(p_msg_count => x_msg_count,

2384: -- x_return_status := FND_API.G_RET_STS_ERROR;
2385: IF PG_DEBUG <> 0 THEN
2386: oe_debug_pub.add('start_work_flow: ' || 'Expected error in start_work_flow. Last stmt executed is ..'||to_char(lStmt),2);
2387: END IF;
2388: CTO_MSG_PUB.count_and_get(p_msg_count => x_msg_count,
2389: p_msg_data => x_msg_data);
2390:
2391: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2392: --x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 2396: CTO_MSG_PUB.count_and_get(p_msg_count => x_msg_count,

2392: --x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2393: IF PG_DEBUG <> 0 THEN
2394: oe_debug_pub.add('start_work_flow: ' || 'UnExpected error in start_work_flow. Last stmt executed is ..'||to_char(lStmt),2);
2395: END IF;
2396: CTO_MSG_PUB.count_and_get(p_msg_count => x_msg_count,
2397: p_msg_data => x_msg_data);
2398:
2399: WHEN OTHERS THEN
2400: --x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 2406: CTO_MSG_PUB.count_and_get(p_msg_count => x_msg_count,

2402: oe_debug_pub.add('start_work_flow: ' || 'OTHERS excpn in start_work_flow. Last stmt executed is ..'||to_char(lStmt),2);
2403:
2404: oe_debug_pub.add('start_work_flow: ' || 'Error Message is : '||Sqlerrm);
2405: END IF;
2406: CTO_MSG_PUB.count_and_get(p_msg_count => x_msg_count,
2407: p_msg_data => x_msg_data);
2408:
2409:
2410: END start_work_flow;

Line 2561: CTO_MSG_PUB.count_and_get(p_msg_count => X_Msg_Count,

2557: WHEN FND_API.G_EXC_ERROR THEN
2558: IF PG_DEBUG <> 0 THEN
2559: oe_debug_pub.add('Is_item_ML_OR_MO: ' || 'Expected error in Is_item_ML_OR_MO : Last statement executed is ...'||to_char(l_Stmt_no),1);
2560: END IF;
2561: CTO_MSG_PUB.count_and_get(p_msg_count => X_Msg_Count,
2562: p_msg_Data => X_Msg_Data);
2563: x_return_status := FND_API.G_RET_STS_ERROR;
2564:
2565:

Line 2570: CTO_MSG_PUB.count_and_get(p_msg_count => X_Msg_Count,

2566: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2567: IF PG_DEBUG <> 0 THEN
2568: oe_debug_pub.add('Is_item_ML_OR_MO: ' || 'UnExpected error in Is_item_ML_OR_MO : Last statement executed is ...'||to_char(l_Stmt_no),1);
2569: END IF;
2570: CTO_MSG_PUB.count_and_get(p_msg_count => X_Msg_Count,
2571: p_msg_Data => X_Msg_Data);
2572: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2573:
2574:

Line 2706: CTO_MSG_PUB.count_and_get(p_msg_count => X_Msg_Count,

2702: x_return_status := FND_API.G_RET_STS_ERROR;
2703: IF PG_DEBUG <> 0 THEN
2704: oe_debug_pub.add('Pto_Ato_Config_Wrapper: ' || 'Expected error in Pto_Ato_Config_Wrapper. Last stmt executed is ..'||to_char(l_stmt_no),2);
2705: END IF;
2706: CTO_MSG_PUB.count_and_get(p_msg_count => X_Msg_Count,
2707: p_msg_Data => X_Msg_Data);
2708:
2709: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2710: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 2714: CTO_MSG_PUB.count_and_get(p_msg_count => X_Msg_Count,

2710: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2711: IF PG_DEBUG <> 0 THEN
2712: oe_debug_pub.add('Pto_Ato_Config_Wrapper: ' || 'UnExpected error in Pto_Ato_Config_Wrapper. Last stmt executed is ..'||to_char(l_stmt_no),2);
2713: END IF;
2714: CTO_MSG_PUB.count_and_get(p_msg_count => X_Msg_Count,
2715: p_msg_Data => X_Msg_Data);
2716:
2717: WHEN OTHERS THEN
2718: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 2724: CTO_MSG_PUB.count_and_get(p_msg_count => X_Msg_Count,

2720: oe_debug_pub.add('Pto_Ato_Config_Wrapper: ' || 'OTHERS excpn in Pto_Ato_Config_Wrapper. Last stmt executed is ..'||to_char(l_stmt_no),2);
2721:
2722: oe_debug_pub.add('Pto_Ato_Config_Wrapper: ' || 'Error Message is : '||sqlerrm);
2723: END IF;
2724: CTO_MSG_PUB.count_and_get(p_msg_count => X_Msg_Count,
2725: p_msg_Data => X_Msg_Data);
2726: END Pto_Ato_Config_Wrapper;
2727:
2728: