DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_PCARD_PKG

Line 3207: c1_pcard_id := po_pcard_pkg.get_valid_pcard_id(c1_pcard_id,c1_suggested_vendor_id,c1_suggested_vendor_site_id);

3203: * will return pcard_id if valid else will have value null if not.
3204: */
3205:
3206: If (c1_pcard_id is not null) then
3207: c1_pcard_id := po_pcard_pkg.get_valid_pcard_id(c1_pcard_id,c1_suggested_vendor_id,c1_suggested_vendor_site_id);
3208: end if;
3209: /* Supplier PCard FPH */
3210: x_first_time_for_this_comb := 'TRUE';
3211: x_suggested_vendor_contact_id := NULL;

Line 3368: c2_pcard_id := po_pcard_pkg.get_valid_pcard_id(c2_pcard_id,c2_suggested_vendor_id,c2_suggested_vendor_site_id);

3364: /* Supplier PCard FPH. Check whether c2_pcard_id is valid. The function
3365: * will return pcard_id if valid else will have value null if not.
3366: */
3367: If (c2_pcard_id is not null) then
3368: c2_pcard_id := po_pcard_pkg.get_valid_pcard_id(c2_pcard_id,c2_suggested_vendor_id,c2_suggested_vendor_site_id);
3369: end if;
3370: /* Supplier PCard FPH */
3371: /* Associate similiar lines with the same header. This is the core
3372: * grouping logic.