DBA Data[Home] [Help]

APPS.CSP_TRANSACTIONS_PUB dependencies on WF_ENGINE

Line 1404: wf_engine.createprocess(itemtype => itemtype,

1400:
1401:
1402: itemtype := 'CSPSITXN';
1403:
1404: wf_engine.createprocess(itemtype => itemtype,
1405: itemkey => px_transaction_id,
1406: process => 'CSPSITXN_PROCESS');
1407: wf_engine.setItemAttrText(itemtype => itemtype,
1408: itemkey => px_transaction_id,

Line 1407: wf_engine.setItemAttrText(itemtype => itemtype,

1403:
1404: wf_engine.createprocess(itemtype => itemtype,
1405: itemkey => px_transaction_id,
1406: process => 'CSPSITXN_PROCESS');
1407: wf_engine.setItemAttrText(itemtype => itemtype,
1408: itemkey => px_transaction_id,
1409: aname => 'ITEMNAME',
1410: avalue => l_item_code);
1411: wf_engine.setItemAttrText(itemtype => itemtype,

Line 1411: wf_engine.setItemAttrText(itemtype => itemtype,

1407: wf_engine.setItemAttrText(itemtype => itemtype,
1408: itemkey => px_transaction_id,
1409: aname => 'ITEMNAME',
1410: avalue => l_item_code);
1411: wf_engine.setItemAttrText(itemtype => itemtype,
1412: itemkey => px_transaction_id,
1413: aname => 'MTLQUANTITY',
1414: avalue => p_quantity);
1415: wf_engine.setItemAttrText(itemtype => itemtype,

Line 1415: wf_engine.setItemAttrText(itemtype => itemtype,

1411: wf_engine.setItemAttrText(itemtype => itemtype,
1412: itemkey => px_transaction_id,
1413: aname => 'MTLQUANTITY',
1414: avalue => p_quantity);
1415: wf_engine.setItemAttrText(itemtype => itemtype,
1416: itemkey => px_transaction_id,
1417: aname => 'UOM',
1418: avalue => l_uom_desc);
1419: wf_engine.setItemAttrText(itemtype => itemtype,

Line 1419: wf_engine.setItemAttrText(itemtype => itemtype,

1415: wf_engine.setItemAttrText(itemtype => itemtype,
1416: itemkey => px_transaction_id,
1417: aname => 'UOM',
1418: avalue => l_uom_desc);
1419: wf_engine.setItemAttrText(itemtype => itemtype,
1420: itemkey => px_transaction_id,
1421: aname => 'TO_ORG_CODE',
1422: avalue => l_dest_org_code);
1423: wf_engine.setItemAttrText(itemtype => itemtype,

Line 1423: wf_engine.setItemAttrText(itemtype => itemtype,

1419: wf_engine.setItemAttrText(itemtype => itemtype,
1420: itemkey => px_transaction_id,
1421: aname => 'TO_ORG_CODE',
1422: avalue => l_dest_org_code);
1423: wf_engine.setItemAttrText(itemtype => itemtype,
1424: itemkey => px_transaction_id,
1425: aname => 'FROM_ORG_CODE',
1426: avalue => l_source_org_code);
1427: wf_engine.setItemAttrText(itemtype => itemtype,

Line 1427: wf_engine.setItemAttrText(itemtype => itemtype,

1423: wf_engine.setItemAttrText(itemtype => itemtype,
1424: itemkey => px_transaction_id,
1425: aname => 'FROM_ORG_CODE',
1426: avalue => l_source_org_code);
1427: wf_engine.setItemAttrText(itemtype => itemtype,
1428: itemkey => px_transaction_id,
1429: aname => 'TO_SUBINV',
1430: avalue => p_transfer_to_subinventory);
1431: wf_engine.setItemAttrText(itemtype => itemtype,

Line 1431: wf_engine.setItemAttrText(itemtype => itemtype,

1427: wf_engine.setItemAttrText(itemtype => itemtype,
1428: itemkey => px_transaction_id,
1429: aname => 'TO_SUBINV',
1430: avalue => p_transfer_to_subinventory);
1431: wf_engine.setItemAttrText(itemtype => itemtype,
1432: itemkey => px_transaction_id,
1433: aname => 'FROM_SUBINV',
1434: avalue => p_subinventory_code);
1435: wf_engine.setItemAttrText(itemtype => itemtype,

Line 1435: wf_engine.setItemAttrText(itemtype => itemtype,

1431: wf_engine.setItemAttrText(itemtype => itemtype,
1432: itemkey => px_transaction_id,
1433: aname => 'FROM_SUBINV',
1434: avalue => p_subinventory_code);
1435: wf_engine.setItemAttrText(itemtype => itemtype,
1436: itemkey => px_transaction_id,
1437: aname => 'SOURCEORGUSER',
1438: avalue => l_src_username);
1439: wf_engine.setItemAttrText(itemtype => itemtype,

Line 1439: wf_engine.setItemAttrText(itemtype => itemtype,

1435: wf_engine.setItemAttrText(itemtype => itemtype,
1436: itemkey => px_transaction_id,
1437: aname => 'SOURCEORGUSER',
1438: avalue => l_src_username);
1439: wf_engine.setItemAttrText(itemtype => itemtype,
1440: itemkey => px_transaction_id,
1441: aname => 'DESTORGUSER',
1442: avalue => l_dest_username);
1443: wf_engine.setItemAttrText(itemtype => itemtype,

Line 1443: wf_engine.setItemAttrText(itemtype => itemtype,

1439: wf_engine.setItemAttrText(itemtype => itemtype,
1440: itemkey => px_transaction_id,
1441: aname => 'DESTORGUSER',
1442: avalue => l_dest_username);
1443: wf_engine.setItemAttrText(itemtype => itemtype,
1444: itemkey => px_transaction_id,
1445: aname => 'DEST_USER_FULL_NAME',
1446: avalue => l_dest_source_name);
1447: wf_engine.setItemAttrText(itemtype => itemtype,

Line 1447: wf_engine.setItemAttrText(itemtype => itemtype,

1443: wf_engine.setItemAttrText(itemtype => itemtype,
1444: itemkey => px_transaction_id,
1445: aname => 'DEST_USER_FULL_NAME',
1446: avalue => l_dest_source_name);
1447: wf_engine.setItemAttrText(itemtype => itemtype,
1448: itemkey => px_transaction_id,
1449: aname => 'SRC_USER_FULL_NAME',
1450: avalue => l_src_source_name);
1451: IF p_serial_number IS NOT NULL THEN

Line 1452: wf_engine.setItemAttrText(itemtype => itemtype,

1448: itemkey => px_transaction_id,
1449: aname => 'SRC_USER_FULL_NAME',
1450: avalue => l_src_source_name);
1451: IF p_serial_number IS NOT NULL THEN
1452: wf_engine.setItemAttrText(itemtype => itemtype,
1453: itemkey => px_transaction_id,
1454: aname => 'SERIAL_NUMBER',
1455: avalue => p_serial_number);
1456: ELSE

Line 1457: wf_engine.setItemAttrText(itemtype => itemtype,

1453: itemkey => px_transaction_id,
1454: aname => 'SERIAL_NUMBER',
1455: avalue => p_serial_number);
1456: ELSE
1457: wf_engine.setItemAttrText(itemtype => itemtype,
1458: itemkey => px_transaction_id,
1459: aname => 'SERIAL_NUMBER',
1460: avalue => '-');
1461: END IF;

Line 1463: wf_engine.setItemAttrText(itemtype => itemtype,

1459: aname => 'SERIAL_NUMBER',
1460: avalue => '-');
1461: END IF;
1462: IF p_to_serial_number IS NOT NULL THEN
1463: wf_engine.setItemAttrText(itemtype => itemtype,
1464: itemkey => px_transaction_id,
1465: aname => 'TO_SERIAL_NUMBER',
1466: avalue => p_to_serial_number);
1467: ELSIF p_serial_number IS NOT NULL THEN

Line 1468: wf_engine.setItemAttrText(itemtype => itemtype,

1464: itemkey => px_transaction_id,
1465: aname => 'TO_SERIAL_NUMBER',
1466: avalue => p_to_serial_number);
1467: ELSIF p_serial_number IS NOT NULL THEN
1468: wf_engine.setItemAttrText(itemtype => itemtype,
1469: itemkey => px_transaction_id,
1470: aname => 'TO_SERIAL_NUMBER',
1471: avalue => p_serial_number);
1472: ELSE

Line 1473: wf_engine.setItemAttrText(itemtype => itemtype,

1469: itemkey => px_transaction_id,
1470: aname => 'TO_SERIAL_NUMBER',
1471: avalue => p_serial_number);
1472: ELSE
1473: wf_engine.setItemAttrText(itemtype => itemtype,
1474: itemkey => px_transaction_id,
1475: aname => 'TO_SERIAL_NUMBER',
1476: avalue => '-');
1477: END IF;

Line 1479: wf_engine.setItemAttrText(itemtype => itemtype,

1475: aname => 'TO_SERIAL_NUMBER',
1476: avalue => '-');
1477: END IF;
1478: IF p_revision IS NOT NULL THEN
1479: wf_engine.setItemAttrText(itemtype => itemtype,
1480: itemkey => px_transaction_id,
1481: aname => 'REVISION',
1482: avalue => p_revision);
1483: ELSE

Line 1484: wf_engine.setItemAttrText(itemtype => itemtype,

1480: itemkey => px_transaction_id,
1481: aname => 'REVISION',
1482: avalue => p_revision);
1483: ELSE
1484: wf_engine.setItemAttrText(itemtype => itemtype,
1485: itemkey => px_transaction_id,
1486: aname => 'REVISION',
1487: avalue => '-');
1488: END IF;

Line 1490: wf_engine.setItemAttrText(itemtype => itemtype,

1486: aname => 'REVISION',
1487: avalue => '-');
1488: END IF;
1489: IF p_lot_number IS NOT NULL THEN
1490: wf_engine.setItemAttrText(itemtype => itemtype,
1491: itemkey => px_transaction_id,
1492: aname => 'LOT_NUMBER',
1493: avalue => p_lot_number);
1494: ELSE

Line 1495: wf_engine.setItemAttrText(itemtype => itemtype,

1491: itemkey => px_transaction_id,
1492: aname => 'LOT_NUMBER',
1493: avalue => p_lot_number);
1494: ELSE
1495: wf_engine.setItemAttrText(itemtype => itemtype,
1496: itemkey => px_transaction_id,
1497: aname => 'LOT_NUMBER',
1498: avalue => '-');
1499: END IF;

Line 1500: wf_engine.startprocess(itemtype => itemtype,

1496: itemkey => px_transaction_id,
1497: aname => 'LOT_NUMBER',
1498: avalue => '-');
1499: END IF;
1500: wf_engine.startprocess(itemtype => itemtype,
1501: itemkey => px_transaction_id);
1502: END IF;
1503:
1504: