DBA Data[Home] [Help]

APPS.PJM_SCHED_INT_WF dependencies on PJM_SCHED_INT_WF_PRIV

Line 958: PJM_SCHED_INT_WF_PRIV.launch_wip(c_item_type

954: c_exception_body := c_exception_body || fnd_global.newline || FND_MESSAGE.GET;
955: END IF;
956: END IF;
957:
958: PJM_SCHED_INT_WF_PRIV.launch_wip(c_item_type
959: ,c_requestor || '.WIP.' || to_char(lr_wip.job_id)
960: ,c_process
961: ,c_owner
962: ,c_requestor

Line 1045: PJM_SCHED_INT_WF_PRIV.launch_so (c_item_type

1041: END IF;
1042: END IF;
1043:
1044:
1045: PJM_SCHED_INT_WF_PRIV.launch_so (c_item_type
1046: ,c_requestor || '.SO.' || to_char(lr_so.so_line_id)
1047: ,c_process
1048: ,c_owner
1049: ,c_requestor

Line 1130: PJM_SCHED_INT_WF_PRIV.launch_forecast(c_item_type

1126: c_exception_body := c_exception_body || fnd_global.newline || FND_MESSAGE.GET;
1127: END IF;
1128: END IF;
1129:
1130: PJM_SCHED_INT_WF_PRIV.launch_forecast(c_item_type
1131: ,c_requestor || '.FCST.' || to_char(lr_forecast.transaction_id)
1132: ,c_process
1133: ,c_owner
1134: ,c_requestor

Line 1196: PJM_SCHED_INT_WF_PRIV.launch_pr(c_item_type

1192: c_exception_body := FND_MESSAGE.GET;
1193: END IF;
1194: END IF;
1195:
1196: PJM_SCHED_INT_WF_PRIV.launch_pr(c_item_type
1197: ,c_requestor || '.PR.' || to_char(lr_pr.distribution_id)
1198: ,c_process
1199: ,c_owner
1200: ,c_requestor

Line 1251: PJM_SCHED_INT_WF_PRIV.launch_rfq(c_item_type

1247: FND_MESSAGE.SET_TOKEN('NUM', abs(lr_rfq.exception_days1));
1248: c_exception_body := FND_MESSAGE.GET;
1249: END IF;
1250:
1251: PJM_SCHED_INT_WF_PRIV.launch_rfq(c_item_type
1252: ,c_requestor || '.RFQ.' || to_char(lr_rfq.po_line_id)
1253: ,c_process
1254: ,c_owner
1255: ,c_requestor

Line 1315: PJM_SCHED_INT_WF_PRIV.launch_quotation(c_item_type

1311: FND_MESSAGE.SET_TOKEN('NUM', abs(lr_quotation.exception_days2));
1312: c_exception_body := c_exception_body || fnd_global.newline || FND_MESSAGE.GET;
1313: END IF;
1314:
1315: PJM_SCHED_INT_WF_PRIV.launch_quotation(c_item_type
1316: ,c_requestor || '.QUOTE.' || to_char(lr_quotation.po_line_id)
1317: ,c_process
1318: ,c_owner
1319: ,c_requestor

Line 1398: PJM_SCHED_INT_WF_PRIV.launch_mds(c_item_type

1394: c_exception_body := c_exception_body || fnd_global.newline || FND_MESSAGE.GET;
1395: END IF;
1396: END IF;
1397:
1398: PJM_SCHED_INT_WF_PRIV.launch_mds(c_item_type
1399: ,c_requestor || '.MDS.' || to_char(lr_mds.transaction_id)
1400: ,c_process
1401: ,c_owner
1402: ,c_requestor

Line 1481: PJM_SCHED_INT_WF_PRIV.launch_mps(c_item_type

1477: c_exception_body := c_exception_body || fnd_global.newline || FND_MESSAGE.GET;
1478: END IF;
1479: END IF;
1480:
1481: PJM_SCHED_INT_WF_PRIV.launch_mps(c_item_type
1482: ,c_requestor || '.MPS.' || to_char(lr_mps.transaction_id)
1483: ,c_process
1484: ,c_owner
1485: ,c_requestor

Line 1564: PJM_SCHED_INT_WF_PRIV.launch_po (c_item_type

1560: c_exception_body := c_exception_body || fnd_global.newline || FND_MESSAGE.GET;
1561: END IF;
1562: END IF;
1563:
1564: PJM_SCHED_INT_WF_PRIV.launch_po (c_item_type
1565: ,c_requestor || '.PO.' || to_char(lr_po.po_distribution_id)
1566: ,c_process
1567: ,c_owner
1568: ,c_requestor

Line 1649: PJM_SCHED_INT_WF_PRIV.launch_po_release (c_item_type

1645: END IF;
1646: END IF;
1647:
1648:
1649: PJM_SCHED_INT_WF_PRIV.launch_po_release (c_item_type
1650: ,c_requestor || '.BR.' || to_char(lr_po_release.po_distribution_id)
1651: ,c_process
1652: ,c_owner
1653: ,c_requestor