DBA Data[Home] [Help]

APPS.PO_PALT_ASSIGNMENTS dependencies on PO_PALT_ASSIGNMENT_WF

Line 368: po_palt_assignment_wf.launch_notify_buyer_wf(pAssignmentId);

364:
365: PROCEDURE launchNotifyByrWf (pAssignmentId IN NUMBER)
366: IS
367: BEGIN
368: po_palt_assignment_wf.launch_notify_buyer_wf(pAssignmentId);
369: END launchNotifyByrWf;
370:
371: PROCEDURE launchNotifyByrWf (pAssignmentId IN NUMBER,
372: pPrevBuyerId IN NUMBER,

Line 376: po_palt_assignment_wf.launch_notify_buyer_wf(pAssignmentId, pPrevBuyerId, pReason);

372: pPrevBuyerId IN NUMBER,
373: pReason IN VARCHAR2)
374: IS
375: BEGIN
376: po_palt_assignment_wf.launch_notify_buyer_wf(pAssignmentId, pPrevBuyerId, pReason);
377: END launchNotifyByrWf;
378:
379: FUNCTION GetCurrencyCode(pAssignmentNum IN VARCHAR2) RETURN VARCHAR2
380: AS

Line 657: po_palt_assignment_wf.launch_notify_buyer_wf(x_assignment_no);

653: l_progress := 'Assignment no '|| x_assignment_no || ' is created for req header id ' || l_par_req_header_id || ' with suggested buyer id ' || l_assignment_buyer_id;
654: po_wf_debug_pkg.Insert_debug(itemtype,itemkey, l_progress );
655:
656: -- Launch notification for assignmnet
657: po_palt_assignment_wf.launch_notify_buyer_wf(x_assignment_no);
658:
659: END IF;
660:
661: resultout := wf_engine.eng_completed;