DBA Data[Home] [Help]

APPS.GMF_BURDENDETAILS_PUB dependencies on GMA_GLOBAL_GRP

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

62: --| Also, fixed issues found during unit testing. Search for the bug |
63: --| number to find the fixes. |
64: --| 30/Oct/2002 R.Sharath Kumar Bug# 2641405 Added NOCOPY hint |
65: --| 21/NOV/2002 Uday Moogala Bug# 2681243 |
66: --| 1. Return value of GMA_GLOBAL_GRP.set_who has changed to -1 from 0 |
67: --| in case of invalid users. |
68: --| 2. Removed "when others" section in validate_input_params |
69: --| 3. Also made changes to query brdn details from db to use for UOM |
70: --| conversions, if not passed in case of update only |

Line 1117: GMA_GLOBAL_GRP.Get_who( p_user_name => p_header_rec.user_name

1113: (p_header_rec.user_name IS NOT NULL) THEN
1114: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN -- Bug 2659435
1115: log_msg('Validating user name : ' || p_header_rec.user_name);
1116: END IF;
1117: GMA_GLOBAL_GRP.Get_who( p_user_name => p_header_rec.user_name
1118: , x_user_id => l_user_id
1119: );
1120:
1121: IF l_user_id = -1 THEN -- Bug 2681243: GMA changed return status value to -1.

Line 1586: GMA_GLOBAL_GRP.Get_who( p_user_name => p_header_rec.user_name

1582: (p_header_rec.user_name IS NOT NULL) THEN
1583: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN -- Bug 2659435
1584: log_msg('Validating user name : ' || p_header_rec.user_name);
1585: END IF;
1586: GMA_GLOBAL_GRP.Get_who( p_user_name => p_header_rec.user_name
1587: , x_user_id => x_user_id
1588: );
1589:
1590: IF x_user_id = -1 THEN -- Bug 2681243: GMA changed return status value to -1.