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 580: l_request_id := FND_REQUEST.submit_request

576: SELECT max(line_location_id)
577: INTO l_max_line_location_id
578: FROM po_line_locations_all;
579:
580: l_request_id := FND_REQUEST.submit_request
581: ( application => 'PO'
582: , program => 'POXPOPDOI'
583: , description => ''
584: , start_time => ''