DBA Data[Home] [Help]

APPS.WSM_WIP_LOT_TXN_PVT dependencies on FND_FILE

Line 2257: fnd_file.put_line(fnd_file.log,' WSM_WIP_LOT_TXN_PVT.merge_txn : ' || l_stmt_num || ' Error : ');

2253: FND_MSG_PUB.Count_And_Get (p_encoded => 'F' ,
2254: p_count => x_msg_count ,
2255: p_data => x_msg_data
2256: );
2257: fnd_file.put_line(fnd_file.log,' WSM_WIP_LOT_TXN_PVT.merge_txn : ' || l_stmt_num || ' Error : ');
2258:
2259: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2260:
2261: ROLLBACK TO start_merge_txn;

Line 2269: fnd_file.put_line(fnd_file.log,' WSM_WIP_LOT_TXN_PVT.merge_txn : ' || l_stmt_num || ' Unexp error : ');

2265: FND_MSG_PUB.Count_And_Get (p_encoded => 'F' ,
2266: p_count => x_msg_count,
2267: p_data => x_msg_data
2268: );
2269: fnd_file.put_line(fnd_file.log,' WSM_WIP_LOT_TXN_PVT.merge_txn : ' || l_stmt_num || ' Unexp error : ');
2270:
2271: WHEN OTHERS THEN
2272:
2273: ROLLBACK TO start_merge_txn;

Line 2291: fnd_file.put_line(fnd_file.log,' WSM_WIP_LOT_TXN_PVT.merge_txn : ' || l_stmt_num || ' Other error : ' || SQLCODE || ' : ' || substrb(SQLERRM,1,1000) );

2287: FND_MSG_PUB.Count_And_Get (p_encoded => 'F' ,
2288: p_count => x_msg_count ,
2289: p_data => x_msg_data
2290: );
2291: fnd_file.put_line(fnd_file.log,' WSM_WIP_LOT_TXN_PVT.merge_txn : ' || l_stmt_num || ' Other error : ' || SQLCODE || ' : ' || substrb(SQLERRM,1,1000) );
2292: END;
2293:
2294: /* API for Update Assembly transaction.... */
2295: Procedure UPDATE_ASSEMBLY_TXN ( p_api_version IN NUMBER,

Line 2733: fnd_file.put_line(fnd_file.log,' WSM_WIP_LOT_TXN_PVT.update_assembly_txn : ' || l_stmt_num || ' Error : ');

2729: p_count => x_msg_count ,
2730: p_data => x_msg_data
2731: );
2732:
2733: fnd_file.put_line(fnd_file.log,' WSM_WIP_LOT_TXN_PVT.update_assembly_txn : ' || l_stmt_num || ' Error : ');
2734:
2735: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2736:
2737: ROLLBACK TO start_upd_assy_txn;

Line 2745: fnd_file.put_line(fnd_file.log,' WSM_WIP_LOT_TXN_PVT.update_assembly_txn : ' || l_stmt_num || ' Un Exp Error : ');

2741: FND_MSG_PUB.Count_And_Get (p_encoded => 'F' ,
2742: p_count => x_msg_count ,
2743: p_data => x_msg_data
2744: );
2745: fnd_file.put_line(fnd_file.log,' WSM_WIP_LOT_TXN_PVT.update_assembly_txn : ' || l_stmt_num || ' Un Exp Error : ');
2746: WHEN OTHERS THEN
2747:
2748: ROLLBACK TO start_upd_assy_txn;
2749:

Line 2766: fnd_file.put_line(fnd_file.log,' WSM_WIP_LOT_TXN_PVT.update_assembly_txn : ' || l_stmt_num || ' Other Error : ');

2762: FND_MSG_PUB.Count_And_Get (p_encoded => 'F' ,
2763: p_count => x_msg_count ,
2764: p_data => x_msg_data
2765: );
2766: fnd_file.put_line(fnd_file.log,' WSM_WIP_LOT_TXN_PVT.update_assembly_txn : ' || l_stmt_num || ' Other Error : ');
2767: END;
2768:
2769: /* API for Update Routing transaction.... */
2770: Procedure UPDATE_ROUTING_TXN ( p_api_version IN NUMBER,