DBA Data[Home] [Help]

APPS.POS_WCAPPROVE_PVT dependencies on STANDARD

Line 562: -- bug 10012891 - encoding value of work confirmation number as per http standards

558: itemkey => p_itemkey,
559: aname => 'WORK_CONFIRMATION_NUMBER');
560:
561:
562: -- bug 10012891 - encoding value of work confirmation number as per http standards
563: l_view_wc_lines_detail_url :=
564: 'JSP:/OA_HTML/OAFunc=POS_WC_RESPOND_NTFN' || '&' ||
565: --'WcStatus=PENDING APPROVAL' || '&' ||
566: 'PoHeaderId=' || to_char(l_po_header_id) || '&' ||

Line 577: -- bug 10012891 - encoding value of work confirmation number as per http standards

573: itemkey => p_itemkey,
574: aname => 'VIEW_WC_LINES_DETAIL_URL' ,
575: avalue => l_view_wc_lines_detail_url);
576:
577: -- bug 10012891 - encoding value of work confirmation number as per http standards
578: l_respond_to_wc_url :=
579: 'JSP:/OA_HTML/OA.jsp?OAFunc=POS_WC_RESPOND_NTFN' || '&' ||
580: 'SrcPage=DetailsInternalPG' || '&' ||
581: 'WcStatus=PENDING APPROVAL' || '&' ||

Line 1106: -- bug 10012891 - encoding value of work confirmation number as per http standards

1102: avalue => l_forward_from_user_name);
1103:
1104: end if;
1105:
1106: -- bug 10012891 - encoding value of work confirmation number as per http standards
1107: l_respond_to_wc_url :=
1108: 'JSP:/OA_HTML/OA.jsp?page=/oracle/apps/pos/wc/webui/WcRespondPG' || '&' ||
1109: 'SrcPage=DetailsInternalPG' || '&' ||
1110: 'WcStatus=PENDING APPROVAL' || '&' ||

Line 3556: -- bug 10012891 - encoding value of work confirmation number as per http standards

3552: debug_log(FND_LOG.LEVEL_STATEMENT,l_api_name,
3553: 'l_work_confirmation_number ' || l_work_confirmation_number);
3554: END IF;
3555:
3556: -- bug 10012891 - encoding value of work confirmation number as per http standards
3557: l_view_wc_lines_detail_url :=
3558: 'JSP:/OA_HTML/OA.jsp?page=/oracle/apps/pos/wc/webui/WcDetailsPG' || '&' ||
3559: 'WcStatus=REJECTED' || '&' ||
3560: 'PoHeaderId=' || to_char(l_po_header_id) || '&' ||

Line 3671: -- bug 10012891 - encoding value of work confirmation number as per http standards

3667: debug_log(FND_LOG.LEVEL_STATEMENT,l_api_name,
3668: 'l_work_confirmation_number ' || l_work_confirmation_number);
3669: END IF;
3670:
3671: -- bug 10012891 - encoding value of work confirmation number as per http standards
3672: l_view_wc_lines_detail_url :=
3673: 'JSP:/OA_HTML/OA.jsp?page=/oracle/apps/pos/wc/webui/WcDetailsPG' || '&' ||
3674: 'WcStatus=APPROVED' || '&' ||
3675: 'PoHeaderId=' || to_char(l_po_header_id) || '&' ||

Line 3920: AND pll.shipment_type IN('STANDARD', 'BLANKET', 'SCHEDULED','PREPAYMENT')

3916: and rsh.receipt_source_code = 'VENDOR'
3917: and pll.po_line_id = pl.po_line_id
3918: AND NVL(pll.approved_flag, 'N') = 'Y'
3919: AND NVL(pll.cancel_flag, 'N') = 'N'
3920: AND pll.shipment_type IN('STANDARD', 'BLANKET', 'SCHEDULED','PREPAYMENT')
3921: AND NVL(ph.STYLE_ID, 1) = PDSH.STYLE_ID (+)
3922: AND PDSH.STATUS (+) = 'ACTIVE';
3923:
3924: