DBA Data[Home] [Help]

APPS.JMF_SHIKYU_PO_PVT dependencies on FND_REQUEST

Line 29: --| FND_REQUEST.submit_request to include |

25: --| 11/11/2005 vchu Modified the Process_Replenishment_PO |
26: --| to insert creation_date, batch_id and |
27: --| process_code to po_headers_interface |
28: --| table. Also modified the call to |
29: --| FND_REQUEST.submit_request to include |
30: --| the generated batch_id as parameter. |
31: --| 12/23/2005 vchu Modified the Process_Replenishment_PO |
32: --| procedure to get the need_by_date from |
33: --| the po_line_locations in order to |

Line 40: --| FND_REQUEST.submit_request in the |

36: --| conc prg would consider the old date if |
37: --| taking the need_by_date from the |
38: --| JMF_SUBCONTRACT_ORDERS table. |
39: --| 12/27/2005 vchu Added a COMMIT statement after calling |
40: --| FND_REQUEST.submit_request in the |
41: --| Process_Replenishment_PO procedure in |
42: --| order for the child request to start |
43: --| immediately. |
44: --| 12/27/2005 vchu Modified the c_po cursor to get the |

Line 585: l_request_id := FND_REQUEST.submit_request

581: -- Bug 16181882
582: -- Passing all the 100 Arguments to avoid error
583: -- while launching the program
584: --
585: l_request_id := FND_REQUEST.submit_request
586: ( application => 'PO'
587: , program => 'POXPOPDOI'
588: , description => ''
589: , start_time => ''