DBA Data[Home] [Help]

APPS.AR_INVOICE_VALIDATE_FLEX dependencies on AR_TRX_ERRORS_GT

Line 1384: INSERT INTO ar_trx_errors_gt

1380: p_return_status => x_return_status );
1381:
1382: IF x_return_status <> FND_API.G_RET_STS_SUCCESS
1383: THEN
1384: INSERT INTO ar_trx_errors_gt
1385: ( trx_header_id,
1386: error_message,
1387: invalid_value) values (
1388: cFlexAttrRec.trx_header_id,

Line 1419: INSERT INTO ar_trx_errors_gt

1415: p_desc_flex_name => 'RA_INTERFACE_HEADER',
1416: p_return_status => x_return_status );
1417: IF x_return_status <> FND_API.G_RET_STS_SUCCESS
1418: THEN
1419: INSERT INTO ar_trx_errors_gt
1420: ( trx_header_id,
1421: error_message,
1422: invalid_value) VALUES (
1423: cFlexIntAttrRec.trx_header_id,

Line 1456: INSERT INTO ar_trx_errors_gt

1452: p_return_status => x_return_status );
1453:
1454: IF x_return_status <> FND_API.G_RET_STS_SUCCESS
1455: THEN
1456: INSERT INTO ar_trx_errors_gt
1457: ( trx_header_id,
1458: trx_line_id,
1459: error_message,
1460: invalid_value) values (

Line 1494: INSERT INTO ar_trx_errors_gt

1490: p_customer_trx_id => clFlexIntAttrRec.customer_trx_id,
1491: p_customer_trx_line_id => clFlexIntAttrRec.customer_trx_line_id,
1492: p_int_line_rec => p_trx_line_int_attr_rec) )
1493: THEN
1494: INSERT INTO ar_trx_errors_gt
1495: ( trx_header_id,
1496: trx_line_id,
1497: error_message,
1498: invalid_value) VALUES (

Line 1511: INSERT INTO ar_trx_errors_gt

1507: p_desc_flex_name => 'RA_INTERFACE_LINES',
1508: p_return_status => x_return_status );
1509: IF x_return_status <> FND_API.G_RET_STS_SUCCESS
1510: THEN
1511: INSERT INTO ar_trx_errors_gt
1512: ( trx_header_id,
1513: trx_line_id,
1514: error_message,
1515: invalid_value) VALUES (

Line 1550: INSERT INTO ar_trx_errors_gt

1546: p_return_status => x_return_status );
1547:
1548: IF x_return_status <> FND_API.G_RET_STS_SUCCESS
1549: THEN
1550: INSERT INTO ar_trx_errors_gt
1551: ( trx_header_id,
1552: trx_line_id,
1553: trx_dist_id,
1554: error_message,

Line 1591: INSERT INTO ar_trx_errors_gt

1587: p_return_status => x_return_status );
1588:
1589: IF x_return_status <> FND_API.G_RET_STS_SUCCESS
1590: THEN
1591: INSERT INTO ar_trx_errors_gt
1592: ( trx_header_id,
1593: trx_line_id,
1594: trx_salescredit_id,
1595: error_message,