DBA Data[Home] [Help]

APPS.AR_GTA_TXT_OPERATOR_PROC dependencies on AR_GTA_TRX_HEADERS_ALL_PKG

Line 1574: ar_gta_trx_headers_all_pkg.query_row( p_header_id => p_invoice_header_id

1570:
1571: --put to the temporary output
1572: x_output(1):=fnd_message.get;
1573:
1574: ar_gta_trx_headers_all_pkg.query_row( p_header_id => p_invoice_header_id
1575: , x_trx_header_rec => l_invoice
1576: );
1577:
1578: x_success:=check_header(l_invoice);

Line 1928: ar_gta_trx_headers_all_pkg.query_row( p_header_id => l_gta_trx_header_id

1924: * 'Notification Number for Issued VAT Credit memo+16-digit Notification number'
1925: * if check fails, message 'AR_GTA_CRMEMO_MISSING_PREFIX' is wroten to output
1926: * file.
1927: */
1928: ar_gta_trx_headers_all_pkg.query_row( p_header_id => l_gta_trx_header_id
1929: , x_trx_header_rec => p_GTA_trx_header
1930: );
1931:
1932: --Yao Zhang add for bug8605196 begin