DBA Data[Home] [Help]

APPS.WSH_SC_DEL_LINES_PVT dependencies on FND_TRANSACTION

Line 57: ret_val := Fnd_Transaction.synchronous( 1000,

53: transfer_qty := 0;
54: OPEN c1( pld_id);
55: FETCH c1 INTO transfer_qty;
56: CLOSE c1;
57: ret_val := Fnd_Transaction.synchronous( 1000,
58: outcome,
59: message,
60: 'OE',
61: 'WSHURTF',

Line 103: ret_val := Fnd_Transaction.get_values( a1, a2, a3, a4, a5, a6,

99: FND_MESSAGE.SET_NAME('OE','SHP_AOL_ONLINE_FAILED');
100: FND_MESSAGE.SET_TOKEN('PROGRAM', 'WSHURTF');
101: RETURN FALSE;
102: WHEN cannot_transfer THEN
103: ret_val := Fnd_Transaction.get_values( a1, a2, a3, a4, a5, a6,
104: a7, a8, a9, a10, a11, a12, a13, a14,
105: a15, a16, a17, a18, a19, a20);
106: FND_MESSAGE.Set_Name('OE','WSH_SC_CANNOT_TRANSFER_PLD');
107: FND_MESSAGE.Set_Token('PLD_ID', TO_CHAR(pld_id));