DBA Data[Home] [Help]

APPS.PON_AUCTION_APPROVAL_PKG dependencies on PON_PROFILE_UTIL_PKG

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

497:
498:
499:
500: /* Get sequence number to construct itemKey */
501: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE(l_creator_user_id,l_language_code);
502:
503: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
504: FND_LOG.string(log_level => FND_LOG.level_statement,
505: module => g_module_prefix || 'SUBMIT_FOR_APPROVAL',

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

987: aname => 'PREPARER_APPL_ID');
988: -- bug 11732401 end
989:
990:
991: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE(l_creator_user_id,l_creator_session_lang_code);
992:
993: for r1 in C_APPROVALS(l_auction_header_id,l_timeout_factor) loop
994:
995: --INSERT INTO ERIC_LOG VALUES ('INTO for r1 in C_APPROVALS','','','','','','','');--for eric test only

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

999: module => g_module_prefix || 'StartUserApprovalProcess',
1000: message => 'r1.user_id : ' || r1.user_id);
1001: END IF; --}
1002:
1003: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE(r1.user_id,l_language_code);
1004:
1005: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN --{
1006: FND_LOG.string(log_level => FND_LOG.level_statement,
1007: module => g_module_prefix || 'StartUserApprovalProcess',

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

1669: WHERE object_id = l_auction_header_id
1670: and object_type_code = 'NEGOTIATION'
1671: and action_type = 'APPROVE';
1672:
1673: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE(l_user_id,l_language_code);
1674: l_oex_timezone := PON_AUCTION_PKG.Get_Oex_Time_Zone;
1675:
1676: -- Get the user's time zone
1677: l_timezone := PON_AUCTION_PKG.Get_Time_Zone(l_auction_contact_id);

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

1794: WHERE object_id = l_auction_header_id
1795: and object_type_code = 'NEGOTIATION'
1796: and action_type = 'REJECT';
1797:
1798: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE(l_user_id,l_language_code);
1799: l_oex_timezone := PON_AUCTION_PKG.Get_Oex_Time_Zone;
1800:
1801: -- Get the user's time zone
1802: l_timezone := PON_AUCTION_PKG.Get_Time_Zone(l_auction_contact_id);

Line 2267: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE( l_creator_user_id

2263: l_creator_user_id := wf_engine.GetItemAttrNumber( itemtype => itemType
2264: , itemkey => itemKey
2265: , aname => 'CREATOR_USER_ID');
2266:
2267: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE( l_creator_user_id
2268: , l_creator_session_lang_code);
2269:
2270: FOR r1 IN C_APPROVALS(l_auction_header_id,l_timeout_factor)
2271: LOOP

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

2278: , module => g_module_prefix ||'StartUserApprovalProcess'
2279: , message => 'r1.user_id : ' || r1.user_id);
2280: END IF; --}
2281:
2282: PON_PROFILE_UTIL_PKG.GET_WF_LANGUAGE(r1.user_id,l_language_code);
2283:
2284: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level)
2285: THEN
2286: --{