DBA Data[Home] [Help]

APPS.PA_UTILS dependencies on HR_PO_INFO

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

714: FROM pa_implementations;
715:
716: If x_po_header_id is not null then --Bug 4044057
717:
718: hr_po_info.get_po_for_primary_asg(X_person_id, X_date,l_po_header_id,l_po_line_id);
719: /* Bug 6978184 : Added Condition (and not...) */
720: 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
721: RETURN( NULL );
722: end if;

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

722: end if;
723:
724: elsIf x_po_number is not null then --Bug 4044057
725:
726: hr_po_info.get_po_for_primary_asg(X_person_id, X_date,l_po_header_id,l_po_line_id);
727:
728: BEGIN
729: select poh.segment1, pol.line_num
730: into l_po_number, l_po_line_num

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

1552: Else
1553:
1554: If x_po_number is not null then -- Bug 4044057
1555:
1556: hr_po_info.get_po_for_primary_asg(X_person_id, X_date,l_po_header_id,l_po_line_id);
1557:
1558: BEGIN
1559: select poh.segment1, pol.line_num
1560: into l_po_number, l_po_line_num