DBA Data[Home] [Help]

APPS.AMW_RL_HIERARCHY_PKG dependencies on AMW_UTILITY_PVT

Line 1164: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');

1160: FND_MSG_PUB.initialize;
1161: end if;
1162:
1163: if FND_GLOBAL.user_id is null then
1164: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');
1165: raise FND_API.G_EXC_ERROR;
1166: end if;
1167:
1168: --check if parent_process_id is null

Line 1683: l_prefix := AMW_UTILITY_PVT.get_parameter(p_org_id => -1,

1679:
1680: begin
1681:
1682:
1683: l_prefix := AMW_UTILITY_PVT.get_parameter(p_org_id => -1,
1684: p_param_name => 'PROCESS_CODE_PREFIX');
1685:
1686:
1687: while (true) loop

Line 2511: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');

2507: FND_MSG_PUB.initialize;
2508: end if;
2509:
2510: if FND_GLOBAL.user_id is null then
2511: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');
2512: raise FND_API.G_EXC_ERROR;
2513: end if;
2514:
2515: --check if parent_process_id is null

Line 3098: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');

3094: FND_MSG_PUB.initialize;
3095: end if;
3096:
3097: if FND_GLOBAL.user_id is null then
3098: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');
3099: raise FND_API.G_EXC_ERROR;
3100: end if;
3101:
3102:

Line 3325: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');

3321: FND_MSG_PUB.initialize;
3322: end if;
3323:
3324: if FND_GLOBAL.user_id is null then
3325: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');
3326: raise FND_API.G_EXC_ERROR;
3327: end if;
3328:
3329: --First remove all the old attachments

Line 3716: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');

3712: IF FND_API.to_Boolean( p_init_msg_list ) THEN
3713: FND_MSG_PUB.initialize;
3714: END IF;
3715: IF FND_GLOBAL.User_Id IS NULL THEN
3716: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');
3717: RAISE FND_API.G_EXC_ERROR;
3718: END IF;
3719:
3720: ret_value := 'N';

Line 3799: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');

3795: IF FND_API.to_Boolean( p_init_msg_list ) THEN
3796: FND_MSG_PUB.initialize;
3797: END IF;
3798: IF FND_GLOBAL.User_Id IS NULL THEN
3799: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');
3800: RAISE FND_API.G_EXC_ERROR;
3801: END IF;
3802:
3803:

Line 4049: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');

4045: IF FND_API.to_Boolean( p_init_msg_list ) THEN
4046: FND_MSG_PUB.initialize;
4047: END IF;
4048: IF FND_GLOBAL.User_Id IS NULL THEN
4049: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');
4050: RAISE FND_API.G_EXC_ERROR;
4051: END IF;
4052:
4053: select person_party_id

Line 4128: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');

4124: IF FND_API.to_Boolean( p_init_msg_list ) THEN
4125: FND_MSG_PUB.initialize;
4126: END IF;
4127: IF FND_GLOBAL.User_Id IS NULL THEN
4128: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');
4129: RAISE FND_API.G_EXC_ERROR;
4130: END IF;
4131:
4132: l_child_string := p_child_id_string;

Line 4193: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');

4189: IF FND_API.to_Boolean( p_init_msg_list ) THEN
4190: FND_MSG_PUB.initialize;
4191: END IF;
4192: if FND_GLOBAL.user_id is null then
4193: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');
4194: raise FND_API.G_EXC_ERROR;
4195: end if;
4196:
4197: --check if parent_process_id is null

Line 4330: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');

4326: IF FND_API.to_Boolean( p_init_msg_list ) THEN
4327: FND_MSG_PUB.initialize;
4328: END IF;
4329: IF FND_GLOBAL.User_Id IS NULL THEN
4330: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');
4331: RAISE FND_API.G_EXC_ERROR;
4332: END IF;
4333:
4334: revise_process_if_necessary(p_process_id => p_process_id);

Line 4368: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');

4364: IF FND_API.to_Boolean( p_init_msg_list ) THEN
4365: FND_MSG_PUB.initialize;
4366: END IF;
4367: IF FND_GLOBAL.User_Id IS NULL THEN
4368: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');
4369: RAISE FND_API.G_EXC_ERROR;
4370: END IF;
4371:
4372: -- update the latest denorm hierarchy..