DBA Data[Home] [Help]

APPS.PA_UTILS dependencies on HR_PO_INFO

Line 790: hr_po_info.get_po_for_primary_asg(X_person_id, X_date,l_po_header_id,l_po_line_id);

786: FROM pa_implementations;
787:
788: If x_po_header_id is not null then --Bug 4044057
789:
790: hr_po_info.get_po_for_primary_asg(X_person_id, X_date,l_po_header_id,l_po_line_id);
791: /* Bug 6978184 : Added Condition (and not...) */
792: if ( (x_po_header_id <> l_po_header_id or x_po_line_id <> l_po_line_id) and not (PO_PA_INTEGRATION_GRP.is_PO_active(X_person_id, X_date,x_po_header_id,x_po_line_id)) ) then
793: RETURN( NULL );
794: end if;

Line 798: hr_po_info.get_po_for_primary_asg(X_person_id, X_date,l_po_header_id,l_po_line_id);

794: end if;
795:
796: elsIf x_po_number is not null then --Bug 4044057
797:
798: hr_po_info.get_po_for_primary_asg(X_person_id, X_date,l_po_header_id,l_po_line_id);
799:
800: BEGIN
801: select poh.segment1, pol.line_num
802: into l_po_number, l_po_line_num

Line 1810: hr_po_info.get_po_for_primary_asg(X_person_id, X_date,l_po_header_id,l_po_line_id);

1806: Else
1807:
1808: If x_po_number is not null then -- Bug 4044057
1809:
1810: hr_po_info.get_po_for_primary_asg(X_person_id, X_date,l_po_header_id,l_po_line_id);
1811:
1812: BEGIN
1813: select poh.segment1, pol.line_num
1814: into l_po_number, l_po_line_num