DBA Data[Home] [Help]

APPS.PN_EXP_TO_AP dependencies on PN_PAYMENT_ITEMS_ALL

Line 1564: UPDATE pn_payment_items_all

1560: ---------------------------------------------------------------
1561: -- Set Transferred Flag to 'Y' for all payment items exported
1562: -- to AP
1563: ---------------------------------------------------------------
1564: UPDATE pn_payment_items_all
1565: SET transferred_to_ap_flag = 'Y' ,
1566: ap_invoice_num = l_invoice_num,
1567: last_updated_by = l_last_updated_by,
1568: last_update_login = l_last_update_login,

Line 2027: UPDATE pn_payment_items_all

2023: ---------------------------------------------------------------
2024: -- Set Transferred Flag to 'Y' for all payment items exported
2025: -- to AP
2026: ---------------------------------------------------------------
2027: UPDATE pn_payment_items_all
2028: SET transferred_to_ap_flag = 'Y' ,
2029: ap_invoice_num = l_invoice_num,
2030: last_updated_by = l_last_updated_by,
2031: last_update_login = l_last_update_login,