DBA Data[Home] [Help]

APPS.ZX_TDS_TAX_LINES_DETM_PKG dependencies on FND_GLOBAL

Line 1485: l_user_id := fnd_global.user_id;

1481: AND L.cancel_flag <> 'Y'
1482: AND L.mrc_tax_line_flag = 'N');
1483: END IF;
1484:
1485: l_user_id := fnd_global.user_id;
1486: l_login_id := fnd_global.login_id;
1487: -- retrieve the non-applicable reference tax lines for current trx
1488: -- for system generated lines, set tax amt and taxable amt to zero;
1489: -- for manually entered tax lines, prorate the tax amt

Line 1486: l_login_id := fnd_global.login_id;

1482: AND L.mrc_tax_line_flag = 'N');
1483: END IF;
1484:
1485: l_user_id := fnd_global.user_id;
1486: l_login_id := fnd_global.login_id;
1487: -- retrieve the non-applicable reference tax lines for current trx
1488: -- for system generated lines, set tax amt and taxable amt to zero;
1489: -- for manually entered tax lines, prorate the tax amt
1490: INSERT INTO zx_detail_tax_lines_gt

Line 2345: l_user_id := fnd_global.user_id;

2341:
2342: x_return_status := FND_API.G_RET_STS_SUCCESS;
2343:
2344:
2345: l_user_id := fnd_global.user_id;
2346: l_login_id := fnd_global.login_id;
2347:
2348: -- Bug#5417753- determine tax_class value
2349: -- bug 5417887 - assume all trx in the batch carry the same product family group code

Line 2346: l_login_id := fnd_global.login_id;

2342: x_return_status := FND_API.G_RET_STS_SUCCESS;
2343:
2344:
2345: l_user_id := fnd_global.user_id;
2346: l_login_id := fnd_global.login_id;
2347:
2348: -- Bug#5417753- determine tax_class value
2349: -- bug 5417887 - assume all trx in the batch carry the same product family group code
2350: