DBA Data[Home] [Help]

APPS.FUN_TRX_PUB dependencies on FND_GLOBAL

Line 774: l_user := fnd_global.user_id;

770: If x_return_Status = FND_API.G_RET_STS_SUCCESS then
771:
772: If (nvl(p_insert, FND_API.G_TRUE) = FND_API.G_TRUE) THEN
773: Print ('Populating User Id');
774: l_user := fnd_global.user_id;
775: l_login := fnd_global.login_id;
776: Print('Val and Insert >>>>'||'Inserting into fun_trx_batches Table');
777:
778: /* To be uncommented - when doc seq is ready

Line 775: l_login := fnd_global.login_id;

771:
772: If (nvl(p_insert, FND_API.G_TRUE) = FND_API.G_TRUE) THEN
773: Print ('Populating User Id');
774: l_user := fnd_global.user_id;
775: l_login := fnd_global.login_id;
776: Print('Val and Insert >>>>'||'Inserting into fun_trx_batches Table');
777:
778: /* To be uncommented - when doc seq is ready
779: