DBA Data[Home] [Help]

APPS.ZX_TDS_TAX_LINES_DETM_PKG dependencies on FND_GLOBAL

Line 1519: l_user_id := fnd_global.user_id;

1515: 'Number of Rows Updated: ' || SQL%ROWCOUNT);
1516: END IF;
1517: END IF;
1518:
1519: l_user_id := fnd_global.user_id;
1520: l_login_id := fnd_global.login_id;
1521: -- retrieve the non-applicable reference tax lines for current trx
1522: -- for system generated lines, set tax amt and taxable amt to zero;
1523: -- for manually entered tax lines, prorate the tax amt

Line 1520: l_login_id := fnd_global.login_id;

1516: END IF;
1517: END IF;
1518:
1519: l_user_id := fnd_global.user_id;
1520: l_login_id := fnd_global.login_id;
1521: -- retrieve the non-applicable reference tax lines for current trx
1522: -- for system generated lines, set tax amt and taxable amt to zero;
1523: -- for manually entered tax lines, prorate the tax amt
1524: INSERT INTO zx_detail_tax_lines_gt

Line 2958: l_user_id := fnd_global.user_id;

2954:
2955: x_return_status := FND_API.G_RET_STS_SUCCESS;
2956:
2957:
2958: l_user_id := fnd_global.user_id;
2959: l_login_id := fnd_global.login_id;
2960:
2961: -- Bug#5417753- determine tax_class value
2962: -- bug 5417887 - assume all trx in the batch carry the same product family group code

Line 2959: l_login_id := fnd_global.login_id;

2955: x_return_status := FND_API.G_RET_STS_SUCCESS;
2956:
2957:
2958: l_user_id := fnd_global.user_id;
2959: l_login_id := fnd_global.login_id;
2960:
2961: -- Bug#5417753- determine tax_class value
2962: -- bug 5417887 - assume all trx in the batch carry the same product family group code
2963: