DBA Data[Home] [Help]

APPS.PON_AUCTION_APPROVAL_PKG dependencies on PON_PROFILE_UTIL_PKG

Line 335: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE(l_creator_user_id,l_language_code);

331:
332:
333:
334: /* Get sequence number to construct itemKey */
335: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE(l_creator_user_id,l_language_code);
336:
337: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
338: FND_LOG.string(log_level => FND_LOG.level_statement,
339: module => g_module_prefix || 'SUBMIT_FOR_APPROVAL',

Line 762: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE(l_creator_user_id,l_creator_session_lang_code);

758: itemkey => itemKey,
759: aname => 'CREATOR_USER_ID');
760:
761:
762: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE(l_creator_user_id,l_creator_session_lang_code);
763:
764: for r1 in C_APPROVALS(l_auction_header_id,l_timeout_factor) loop
765:
766: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{

Line 772: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE(r1.user_id,l_language_code);

768: module => g_module_prefix || 'StartUserApprovalProcess',
769: message => 'r1.user_id : ' || r1.user_id);
770: END IF; --}
771:
772: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE(r1.user_id,l_language_code);
773:
774: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
775: FND_LOG.string(log_level => FND_LOG.level_statement,
776: module => g_module_prefix || 'StartUserApprovalProcess',

Line 1245: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE(l_user_id,l_language_code);

1241: WHERE object_id = l_auction_header_id
1242: and object_type_code = 'NEGOTIATION'
1243: and action_type = 'APPROVE';
1244:
1245: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE(l_user_id,l_language_code);
1246: l_oex_timezone := PON_AUCTION_PKG.Get_Oex_Time_Zone;
1247:
1248: -- Get the user's time zone
1249: l_timezone := PON_AUCTION_PKG.Get_Time_Zone(l_auction_contact_id);

Line 1344: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE(l_user_id,l_language_code);

1340: WHERE object_id = l_auction_header_id
1341: and object_type_code = 'NEGOTIATION'
1342: and action_type = 'REJECT';
1343:
1344: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE(l_user_id,l_language_code);
1345: l_oex_timezone := PON_AUCTION_PKG.Get_Oex_Time_Zone;
1346:
1347: -- Get the user's time zone
1348: l_timezone := PON_AUCTION_PKG.Get_Time_Zone(l_auction_contact_id);