DBA Data[Home] [Help]

APPS.OZF_REQUEST_STATUS_PVT dependencies on FND_LOG

Line 336: if( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then

332:
333:
334: BEGIN
335:
336: if( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
337: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,
338: 'ozf.plsql.OZF_REQUEST_STATUS_PVT.Set_Request_Message.start',
339: 'Item type:' || p_itemtype || 'Item key:' || p_itemkey || '. Entity id: ' ||
340: p_entity_id || '. Status:' || p_status || '. User type: ' || p_user_type);

Line 337: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,

333:
334: BEGIN
335:
336: if( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
337: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,
338: 'ozf.plsql.OZF_REQUEST_STATUS_PVT.Set_Request_Message.start',
339: 'Item type:' || p_itemtype || 'Item key:' || p_itemkey || '. Entity id: ' ||
340: p_entity_id || '. Status:' || p_status || '. User type: ' || p_user_type);
341: end if;

Line 749: if( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then

745: avalue => l_return_code);
746: END IF;
747:
748: end if;
749: if( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
750: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,
751: 'ozf.plsql.OZF_REQUEST_STATUS_PVT.Set_Request_Message.end', 'Exiting');
752: end if;
753:

Line 750: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,

746: END IF;
747:
748: end if;
749: if( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
750: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,
751: 'ozf.plsql.OZF_REQUEST_STATUS_PVT.Set_Request_Message.end', 'Exiting');
752: end if;
753:
754: END;

Line 851: if( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then

847: and jtf.user_id = fnd.user_id
848: and ref.request_header_id = pc_entity_id;
849:
850: begin
851: if( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
852: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,
853: 'ozf.plsql.OZF_REQUEST_STATUS_PVT.Return_Request_Userlist.start',
854: 'Benefit type:' || p_benefit_type || '. Entity id: ' || p_entity_id ||
855: '. Status:' || p_status || '. User type: ' || p_user_role);

Line 852: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,

848: and ref.request_header_id = pc_entity_id;
849:
850: begin
851: if( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
852: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,
853: 'ozf.plsql.OZF_REQUEST_STATUS_PVT.Return_Request_Userlist.start',
854: 'Benefit type:' || p_benefit_type || '. Entity id: ' || p_entity_id ||
855: '. Status:' || p_status || '. User type: ' || p_user_role);
856: end if;

Line 900: if( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then

896: end loop;
897: l_role_list := substr(l_role_list,2);
898:
899: else
900: if( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
901: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
902: 'ozf.plsql.OZF_REQUEST_STATUS_PVT.Return_Request_Userlist.info',
903: 'Unrecognized user role:' || p_user_role);
904: END IF;

Line 901: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,

897: l_role_list := substr(l_role_list,2);
898:
899: else
900: if( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
901: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
902: 'ozf.plsql.OZF_REQUEST_STATUS_PVT.Return_Request_Userlist.info',
903: 'Unrecognized user role:' || p_user_role);
904: END IF;
905: end if;

Line 907: if( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then

903: 'Unrecognized user role:' || p_user_role);
904: END IF;
905: end if;
906:
907: if( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
908: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,
909: 'ozf.plsql.OZF_REQUEST_STATUS_PVT.Return_Request_Userlist.end', 'Exiting');
910: end if;
911:

Line 908: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,

904: END IF;
905: end if;
906:
907: if( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
908: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,
909: 'ozf.plsql.OZF_REQUEST_STATUS_PVT.Return_Request_Userlist.end', 'Exiting');
910: end if;
911:
912: return l_role_list;