DBA Data[Home] [Help]

APPS.INV_UI_RCV_LOVS dependencies on PO_CLM_INTG_GRP

Line 414: if PO_CLM_INTG_GRP.is_clm_po(p_po_header_id,null,null,null) = 'Y' THEN

410: IS
411: po_line_number VARCHAR2(20);
412: BEGIN
413: -- Added for bug 9776756
414: if PO_CLM_INTG_GRP.is_clm_po(p_po_header_id,null,null,null) = 'Y' THEN
415: po_line_number := p_po_line_num;
416: else
417: -- End of Bug 9776756
418: BEGIN

Line 2934: if PO_CLM_INTG_GRP.is_clm_po(p_po_header_id,null,null,null) = 'Y' THEN

2930: IS
2931: po_line_number VARCHAR2(20);
2932: BEGIN
2933: -- Added for bug 9776756
2934: if PO_CLM_INTG_GRP.is_clm_po(p_po_header_id,null,null,null) = 'Y' THEN
2935: po_line_number := p_po_line_num;
2936: else
2937: -- End of Bug 9776756
2938: BEGIN