DBA Data[Home] [Help]

APPS.FUN_TRX_PUB dependencies on FND_GLOBAL

Line 775: l_user := fnd_global.user_id;

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

Line 776: l_login := fnd_global.login_id;

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