DBA Data[Home] [Help]

APPS.GMF_ITEMCOST_PUB dependencies on GMA_GLOBAL_GRP

Line 144: --| 1. Return value of GMA_GLOBAL_GRP.set_who has changed to -1 from 0 |

140: --| Also, fixed issues found during unit testing. Search for the bug |
141: --| number to find the fixes. |
142: --| 30-OCT-2002 RajaSekhar Bug#2641405 Added NOCOPY hint |
143: --| 21/NOV/2002 Uday Moogala Bug# 2681243 |
144: --| 1. Return value of GMA_GLOBAL_GRP.set_who has changed to -1 from 0 |
145: --| in case of invalid users. |
146: --| 2. Removed "when others" section in validate_input_params |
147: --+==========================================================================+
148: -- End of comments

Line 512: GMA_GLOBAL_GRP.Get_who( p_user_name => p_header_rec.user_name, x_user_id => x_user_id);

508:
509: IF (p_header_rec.user_name <> FND_API.G_MISS_CHAR)
510: AND (p_header_rec.user_name IS NOT NULL)
511: THEN
512: GMA_GLOBAL_GRP.Get_who( p_user_name => p_header_rec.user_name, x_user_id => x_user_id);
513: IF x_user_id = -1
514: THEN
515: add_header_to_error_stack(p_header_rec);
516: FND_MESSAGE.SET_NAME('GMF','GMF_API_INVALID_USER_NAME');

Line 2174: GMA_GLOBAL_GRP.Get_who( p_user_name => p_header_rec.user_name, x_user_id => l_user_id);

2170:
2171: IF (p_header_rec.user_name <> FND_API.G_MISS_CHAR)
2172: AND (p_header_rec.user_name IS NOT NULL)
2173: THEN
2174: GMA_GLOBAL_GRP.Get_who( p_user_name => p_header_rec.user_name, x_user_id => l_user_id);
2175: IF l_user_id = -1
2176: THEN
2177: add_header_to_error_stack(p_header_rec);
2178: FND_MESSAGE.SET_NAME('GMF','GMF_API_INVALID_USER_NAME');