DBA Data[Home] [Help]

APPS.GMS_TRANSACTIONS_PUB dependencies on FND_GLOBAL

Line 80: x_rec.created_by := nvl(fnd_global.user_id,0) ;

76:
77: x_rec := p_rec ;
78:
79: IF x_rec.created_by is NULL THEN
80: x_rec.created_by := nvl(fnd_global.user_id,0) ;
81: END IF ;
82:
83: IF x_rec.last_updated_by is NULL THEN
84: x_rec.last_updated_by := nvl(fnd_global.user_id,0) ;

Line 84: x_rec.last_updated_by := nvl(fnd_global.user_id,0) ;

80: x_rec.created_by := nvl(fnd_global.user_id,0) ;
81: END IF ;
82:
83: IF x_rec.last_updated_by is NULL THEN
84: x_rec.last_updated_by := nvl(fnd_global.user_id,0) ;
85: END IF ;
86:
87: IF x_rec.creation_date is NULL THEN
88: x_rec.creation_date := sysdate ;

Line 169: x_rec.created_by := nvl(fnd_global.user_id,0) ;

165: BEGIN
166: x_rec := p_rec ;
167:
168: IF x_rec.created_by is NULL THEN
169: x_rec.created_by := nvl(fnd_global.user_id,0) ;
170: END IF ;
171:
172: IF x_rec.last_updated_by is NULL THEN
173: x_rec.last_updated_by := nvl(fnd_global.user_id,0) ;

Line 173: x_rec.last_updated_by := nvl(fnd_global.user_id,0) ;

169: x_rec.created_by := nvl(fnd_global.user_id,0) ;
170: END IF ;
171:
172: IF x_rec.last_updated_by is NULL THEN
173: x_rec.last_updated_by := nvl(fnd_global.user_id,0) ;
174: END IF ;
175:
176: IF x_rec.creation_date is NULL THEN
177: x_rec.creation_date := sysdate ;

Line 558: --select FND_GLOBAL.ORG_ID into l_org_id from dual;

554: imp_award_id NUMBER;
555: BEGIN
556: /* Added for bug#12822370 start changes */
557:
558: --select FND_GLOBAL.ORG_ID into l_org_id from dual;
559:
560: --mo_global.set_policy_context('S',l_org_id);
561: /* Commented the changes for bug#13370217 */
562: