DBA Data[Home] [Help]

APPS.GMF_RESOURCECOST_PUB dependencies on GMA_GLOBAL_GRP

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

56: --| Also, fixed issues found during unit testing. Search for the bug |
57: --| number to find the fixes. |
58: --| 30-OCT-2002 RajaSekhar Bug#2641405 Added NOCOPY hint |
59: --| 21/NOV/2002 Uday Moogala Bug# 2681243 |
60: --| 1. Return value of GMA_GLOBAL_GRP.set_who has changed to -1 from 0 |
61: --| in case of invalid users. |
62: --| 2. Removed "when others" section in validate_input_params |
63: --| 03/Dec/2002 Uday Moogala Bug# 2692459 |
64: --| Modified code to verify for same usage um type as rsrc um type. |

Line 1363: GMA_GLOBAL_GRP.Get_who( p_user_name => l_user_name

1359: END IF;
1360:
1361: IF (l_user_name <> FND_API.G_MISS_CHAR) AND
1362: (l_user_name IS NOT NULL) THEN
1363: GMA_GLOBAL_GRP.Get_who( p_user_name => l_user_name
1364: , x_user_id => l_user_id
1365: );
1366:
1367: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN -- Bug 2659435